From 88db52dc3abaab05819d3aa349f3bd8d2553c6a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Jun 2024 17:34:01 +0000 Subject: [PATCH] Release ghciwatch version 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a729359b..9c1d7b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "1.0.0" +version = "1.0.1" dependencies = [ "aho-corasick", "ansi-to-tui", diff --git a/Cargo.toml b/Cargo.toml index 2540d8be..8819f616 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 = "1.0.0" +version = "1.0.1" edition = "2021" authors = [ "Rebecca Turner "