From aa8f34e178f97786a5e2c8c40070b16523f3e98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 26 Apr 2021 04:55:19 +0200 Subject: [PATCH] just: Update to version 0.9.1 --- bucket/just.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/just.json b/bucket/just.json index 9d56a0bfb2..5f006f6e55 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -1,12 +1,12 @@ { - "version": "0.9.0", + "version": "0.9.1", "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.0/just-v0.9.0-x86_64-pc-windows-msvc.zip", - "hash": "b2c389dd2266a031eaa7daf33041bbae5173f277a7c6f8b75c00fe1a7539391b" + "url": "https://github.com/casey/just/releases/download/v0.9.1/just-v0.9.1-x86_64-pc-windows-msvc.zip", + "hash": "dddd4c4aa71fc1e8d25ff6ced8a4cdf404d55a99f7ee9b295570021158d7e2e5" } }, "bin": "just.exe",