From df9249a5243540e929860d390ed6be5b6adbc0b1 Mon Sep 17 00:00:00 2001 From: Raine Virta Date: Sun, 12 May 2024 01:47:08 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- ghtool/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"