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