diff --git a/Cargo.lock b/Cargo.lock index 9c1d7b0..ceeb0e1 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 8819f61..027b613 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 "