From 59ac4efb56c451ad8fde29f4da332e0f73a55fbf Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 3 Dec 2024 13:11:49 -0500 Subject: [PATCH] Release version 1.0.2 (#333) Update version to 1.0.2 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 9c1d7b09..ceeb0e18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "ghciwatch" -version = "1.0.1" +version = "1.0.2" dependencies = [ "aho-corasick", "ansi-to-tui", diff --git a/Cargo.toml b/Cargo.toml index 8819f616..027b613f 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.1" +version = "1.0.2" edition = "2021" authors = [ "Rebecca Turner "