From 74760513d3dd44d9389b40864e78e0f9f69007b4 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:10:22 +0100 Subject: [PATCH] chore: update scoop manifest Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .env | 2 +- scoop/cargo-rhack.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index df687e6..6b1cb9e 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -RHACK_CURRENT_VERSION=0.1.4 \ No newline at end of file +RHACK_CURRENT_VERSION=0.1.5 \ No newline at end of file diff --git a/scoop/cargo-rhack.json b/scoop/cargo-rhack.json index 0d0ae65..f75e513 100644 --- a/scoop/cargo-rhack.json +++ b/scoop/cargo-rhack.json @@ -1,12 +1,12 @@ { - "version": "0.1.4", + "version": "0.1.5", "description": "Temporarily edit external crates that your project depends on", "homepage": "https://github.com/simonsan/cargo-rhack", "license": "BSD-3", "architecture": { "64bit": { - "url": "https://github.com/simonsan/cargo-rhack/releases/download/v0.1.4/cargo-rhack-x86_64-pc-windows-msvc.zip", - "hash": "e5ef9e4698f45a6a48eada369da214563232ee87db309000fb761d49b3f887a4" + "url": "https://github.com/simonsan/cargo-rhack/releases/download/v0.1.5/cargo-rhack-x86_64-pc-windows-msvc.zip", + "hash": "713cef90c61b1858b8e9a3ba71e583a5253fee069db9279617279717d595c4c1" } }, "bin": "cargo-rhack.exe",