From a5fa3cd3cd766ba6136f78e8a5ad0c11e072000d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 12:17:21 +0000 Subject: [PATCH] Bump version to 0.0.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"