From 8f332cc75316ecbcefa3c24c1fb761426ac9a4d7 Mon Sep 17 00:00:00 2001 From: yozhgoor Date: Mon, 14 Feb 2022 19:48:38 +0100 Subject: [PATCH] (cargo-release) version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72a7371..4b494bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask-watch" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A customizable helper to watch for changes in your projects using xtask."