From 4cc4d15e6a7aa7d7e4c697d078bbd8194e31658c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 16 May 2021 12:56:43 -0700 Subject: [PATCH] just: Update to version 0.9.3 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index ae7b195a78..da673ecef2 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.9.2", + "version": "0.9.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.9.2/just-v0.9.2-x86_64-pc-windows-msvc.zip", - "hash": "1951649be48e26b2cee1559c7e7fe2d24e2d14eefcefe4f6e5f0f9d51ed53601" + "url": "https://github.com/casey/just/releases/download/v0.9.3/just-v0.9.3-x86_64-pc-windows-msvc.zip", + "hash": "20f53809884043416e0bcd82d57ee154ea958d3d2072e47997ffffea2198b4c2" } }, "bin": "just.exe",