From f931767c766b86005509b42f2f582c8ae2fb6221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Fri, 5 Jan 2024 16:52:28 +1300 Subject: [PATCH] 8.5.2 --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4ab509c..e90de70 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ message: | If you use this software, please cite it using these metadata. title: "Cargo Watch: a project-watching companion tool for Cargo" -version: "8.5.1" -date-released: 2024-01-04 +version: "8.5.2" +date-released: 2024-01-05 repository-code: https://github.com/watchexec/cargo-watch license: CC0-1.0 diff --git a/Cargo.lock b/Cargo.lock index b5142cb..da5c52c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "cargo-watch" -version = "8.5.1" +version = "8.5.2" dependencies = [ "assert_cmd", "camino", diff --git a/Cargo.toml b/Cargo.toml index ac173fe..c2494ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-watch" -version = "8.5.1" +version = "8.5.2" authors = ["Félix Saparelli "] license = "CC0-1.0"