From 72e523004b5906eb1829990f9b14d2f0fa3018f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:30:16 +0000 Subject: [PATCH] Bump version to 22.0.0-rc.1.1 (#400) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb936ca6..7413b288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "22.0.0-rc.1" +version = "22.0.0-rc.1.1" dependencies = [ "arbitrary", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 1f5302a9..1ba1a8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar/rs-stellar-xdr" repository = "https://github.com/stellar/rs-stellar-xdr" authors = ["Stellar Development Foundation "] license = "Apache-2.0" -version = "22.0.0-rc.1" +version = "22.0.0-rc.1.1" edition = "2021" rust-version = "1.74.0"