From e47a25e56af1a90421a7c64c54956ce216503bd0 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 23 Jun 2023 16:13:39 -0500 Subject: [PATCH] Bump xdr for rename (#888) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0f192d12..9a7a2c1c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,7 +1467,7 @@ dependencies = [ [[package]] name = "stellar-xdr" version = "0.0.16" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=6279f81ba8eddcb87fbaad0b4ad8cc75b7ad51de#6279f81ba8eddcb87fbaad0b4ad8cc75b7ad51de" +source = "git+https://github.com/stellar/rs-stellar-xdr?rev=6750a11325a7c4eed1e79372d136106e5bfecaff#6750a11325a7c4eed1e79372d136106e5bfecaff" dependencies = [ "arbitrary", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 201a286c9..de785d58d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ soroban-native-sdk-macros = { version = "0.0.16", path = "soroban-native-sdk-mac [workspace.dependencies.stellar-xdr] version = "0.0.16" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "6279f81ba8eddcb87fbaad0b4ad8cc75b7ad51de" +rev = "6750a11325a7c4eed1e79372d136106e5bfecaff" default-features = false [workspace.dependencies.wasmi]