From 7c2137c88f451253503b13511fd014790f82835c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 25 Jun 2021 04:50:05 -0700 Subject: [PATCH] just: Update to version 0.9.6 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 96eb07a539..759f1ed2e8 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.9.5", + "version": "0.9.6", "description": "A command runner written in rust", "homepage": "https://just.systems", "license": "CC0-1.0", "architecture": { "64bit": { - "url": "https://github.com/casey/just/releases/download/0.9.5/just-0.9.5-x86_64-pc-windows-msvc.zip", - "hash": "ff2fb1bbb8dd52f7e944f927676e352e1926a38b236a3aed295c088c30f7a0cd" + "url": "https://github.com/casey/just/releases/download/0.9.6/just-0.9.6-x86_64-pc-windows-msvc.zip", + "hash": "7773e06f0bc19810d78083a0aa799955ca759207ebe6c9e3b83abef957fe1cc8" } }, "bin": "just.exe",