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