From d63881f82609c1fa0cc27f9aec5d93ee2a085d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 27 May 2021 23:17:11 -0700 Subject: [PATCH] just: Update to version 0.9.4 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index da673ecef2..18a1c3284a 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.9.3", + "version": "0.9.4", "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.3/just-v0.9.3-x86_64-pc-windows-msvc.zip", - "hash": "20f53809884043416e0bcd82d57ee154ea958d3d2072e47997ffffea2198b4c2" + "url": "https://github.com/casey/just/releases/download/v0.9.4/just-v0.9.4-x86_64-pc-windows-msvc.zip", + "hash": "6f81baee9770720eced3763cd2d99d05f146c70ab01d4411c8db7e9c53195515" } }, "bin": "just.exe",