From 52df438a05e9d4f3d734dc07c40e9b28db400a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 2 Aug 2021 23:04:07 -0700 Subject: [PATCH] just: Update to version 0.10.0 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 96160af6b1..48bcec811c 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.9.9", + "version": "0.10.0", "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.9/just-0.9.9-x86_64-pc-windows-msvc.zip", - "hash": "e40a21e71bafb33d809418aae3568f4193b8633e9fc865a90b2516c5fa0f2839" + "url": "https://github.com/casey/just/releases/download/0.10.0/just-0.10.0-x86_64-pc-windows-msvc.zip", + "hash": "3f4824e3940e5a2d870510d99e72a2b3ee407120f5c26d2daab15786c8234908" } }, "bin": "just.exe",