From f35aba19064663a8f4c0a4d49e025eccdd3ee32c Mon Sep 17 00:00:00 2001 From: Rebecca Turner <rbt@sent.as> Date: Tue, 5 Dec 2023 14:11:24 -0500 Subject: [PATCH] Release version 0.5.4 (#172) Update version to 0.5.4 with [cargo-release](https://github.com/crate-ci/cargo-release). Merge this PR to build and publish a new release. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8583f7aa..a2f8cdf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "0.5.3" +version = "0.5.4" dependencies = [ "aho-corasick", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 7a6ae142..80dc1bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ publish = false # Don't do `cargo publish`. # Define the root package: https://doc.rust-lang.org/cargo/reference/workspaces.html#root-package [package] name = "ghciwatch" -version = "0.5.3" +version = "0.5.4" edition = "2021" authors = [ "Rebecca Turner <rebeccat@mercury.com>"