From b641454ea26bef5bec2eaae5adc0145cfc37b4fb Mon Sep 17 00:00:00 2001 From: Dmytro Kozhevin Date: Fri, 23 Aug 2024 13:29:17 -0400 Subject: [PATCH 1/2] Bump rs XDR version to 22.0.0. It is necessary to bump XDR in order to be able to integrate XDR changes into Core (currently both old and new hosts use XDR v21.2.0). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99d4f2c8..58ab44a2 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 = "21.2.0" +version = "22.0.0" edition = "2021" rust-version = "1.74.0" From 96aaceba58327c49c00f319c28d11dc49e52d2e0 Mon Sep 17 00:00:00 2001 From: Dmytro Kozhevin Date: Fri, 23 Aug 2024 13:44:54 -0400 Subject: [PATCH 2/2] !fixup update Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 7aa6f939..8f576604 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "21.2.0" +version = "22.0.0" dependencies = [ "arbitrary", "base64 0.13.0",