diff --git a/Cargo.lock b/Cargo.lock index 4f0c96bd..69c77429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "ghcid-ng" -version = "0.3.3" +version = "0.3.4" dependencies = [ "aho-corasick", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 11db2df3..a11bcf14 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 = "ghcid-ng" -version = "0.3.3" +version = "0.3.4" edition = "2021" authors = [ "Rebecca Turner "