From 994383b0e257881bc14c40bb2e0d618e38d67712 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:49:52 +1000 Subject: [PATCH] Update stellar-xdr --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- soroban-env-host/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2c4c6f8e..ddfbde891 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1712,9 +1712,9 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "22.0.0-rc.1" +version = "22.0.0-rc.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1946827903a221bf052e24e18f0ed6fb10ca350c9281911f24b7d7a9726ab181" +checksum = "c88dc0e928b9cb65ea43836b52560bb4ead3e32895f5019ca223dc7cd1966cbf" dependencies = [ "arbitrary", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 894acb820..254d73471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ wasmparser = "=0.116.1" # NB: When updating, also update the version in rs-soroban-env dev-dependencies [workspace.dependencies.stellar-xdr] -version = "=22.0.0-rc.1" +version = "=22.0.0-rc.1.1" #git = "https://github.com/stellar/rs-stellar-xdr" #rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b" default-features = false diff --git a/soroban-env-host/Cargo.toml b/soroban-env-host/Cargo.toml index 142a2cb4b..711b64d2b 100644 --- a/soroban-env-host/Cargo.toml +++ b/soroban-env-host/Cargo.toml @@ -83,7 +83,7 @@ k256 = {version = "0.13.1", default-features = false, features = ["alloc"]} p256 = {version = "0.13.2", default-features = false, features = ["alloc"]} [dev-dependencies.stellar-xdr] -version = "=22.0.0-rc.1" +version = "=22.0.0-rc.1.1" #git = "https://github.com/stellar/rs-stellar-xdr" #rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b" default-features = false