From 6a63df247919d8ee861387810e3ed92b85f9bbef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 18 Sep 2020 08:48:12 +0200 Subject: [PATCH] just: Update to version 0.7.3 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 2c507b51b6..299b8f9e58 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.7.2", + "version": "0.7.3", "description": "A command runner written in rust", "homepage": "https://github.com/casey/just", "license": "CC0-1.0", "architecture": { "64bit": { - "url": "https://github.com/casey/just/releases/download/v0.7.2/just-v0.7.2-x86_64-pc-windows-msvc.zip", - "hash": "b58cfaf541fc63096f79a37d5bbf1647881a107722b0f1c1c3e92abe1f16345c" + "url": "https://github.com/casey/just/releases/download/v0.7.3/just-v0.7.3-x86_64-pc-windows-msvc.zip", + "hash": "cf9006545e4c9dba409e416ff30c3343a429557299386b2473bb5f03518439d6" } }, "bin": "just.exe",