From 4ac1a3cca2839d0d7056d1d99fcb3f474c7be1ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Oct 2023 19:29:16 +0000 Subject: [PATCH] Release ghciwatch version 0.3.10 --- 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 "