From ba5d66b0bf9dc54d92f746f92b35f7b8a7547df2 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Tue, 6 Feb 2024 07:39:57 +0100 Subject: [PATCH] chore: Release xtask-watch version 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f8f7d4..7042b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask-watch" -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.73" license = "MIT OR Apache-2.0"