diff --git a/Cargo.lock b/Cargo.lock index 25fd6c5..c2fe328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "crate-git-revision" -version = "0.0.8" +version = "0.0.9" dependencies = [ "regex", "serde", diff --git a/Cargo.toml b/Cargo.toml index 25f34f6..2414b6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/crate-git-revision" authors = ["Stellar Development Foundation "] readme = "README.md" license = "Apache-2.0" -version = "0.0.8" +version = "0.0.9" edition = "2021" rust-version = "1.66.0"