From 58e792b99fade3b0c0ad198fd9627dcd4817eb37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 2 Oct 2024 21:27:32 +1300 Subject: [PATCH] 8.5.3 --- 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 e90de70..f26b58c 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.2" -date-released: 2024-01-05 +version: "8.5.3" +date-released: 2024-10-02 repository-code: https://github.com/watchexec/cargo-watch license: CC0-1.0 diff --git a/Cargo.lock b/Cargo.lock index ed0b642..13bbfa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,7 +313,7 @@ dependencies = [ [[package]] name = "cargo-watch" -version = "8.5.2" +version = "8.5.3" dependencies = [ "assert_cmd", "camino", diff --git a/Cargo.toml b/Cargo.toml index 99af8cd..9b1660f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-watch" -version = "8.5.2" +version = "8.5.3" authors = ["Félix Saparelli "] license = "CC0-1.0"