From 460dab12725ee178b0171b78dce8083371c93305 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 31 Oct 2023 15:53:44 -0400 Subject: [PATCH] Release version 0.3.10 (#147) Update version to 0.3.10 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] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e526ed71..933e03d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "0.3.9" +version = "0.3.10" dependencies = [ "aho-corasick", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 99255b7c..4f8fe135 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.3.9" +version = "0.3.10" edition = "2021" authors = [ "Rebecca Turner "