diff --git a/Cargo.lock b/Cargo.lock index 5e4566e..4694d77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1022,7 +1022,7 @@ dependencies = [ [[package]] name = "ghtool" -version = "0.10.4" +version = "0.10.5" dependencies = [ "bytes", "chrono", diff --git a/ghtool/Cargo.toml b/ghtool/Cargo.toml index d5ed709..2a702a1 100644 --- a/ghtool/Cargo.toml +++ b/ghtool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghtool" -version = "0.10.4" +version = "0.10.5" edition = "2021" description = "A command-line tool for interacting with Github API with some specialized features oriented around Checks" license = "MIT"