diff --git a/Cargo.lock b/Cargo.lock index 93b4e7315..e39cb72c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,7 +848,7 @@ dependencies = [ "soroban-env-macros", "soroban-wasmi", "static_assertions", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=154e07e)", + "stellar-xdr", ] [[package]] @@ -892,7 +892,7 @@ dependencies = [ "quote", "serde", "serde_json", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=154e07e)", + "stellar-xdr", "syn", "thiserror", ] @@ -933,7 +933,7 @@ dependencies = [ "soroban-sdk-macros", "soroban-spec", "stellar-strkey", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=154e07eb)", + "stellar-xdr", ] [[package]] @@ -947,7 +947,7 @@ dependencies = [ "sha2 0.10.6", "soroban-env-common", "soroban-spec", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=154e07eb)", + "stellar-xdr", "syn", ] @@ -966,7 +966,7 @@ dependencies = [ "serde_derive", "serde_json", "sha2 0.10.6", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=154e07eb)", + "stellar-xdr", "syn", "thiserror", "wasmparser", @@ -1037,17 +1037,6 @@ dependencies = [ "serde_with", ] -[[package]] -name = "stellar-xdr" -version = "0.0.12" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=154e07eb#154e07ebbb0ad307475fd665d5a0dcf169a9596f" -dependencies = [ - "crate-git-revision", - "hex", - "serde", - "serde_with", -] - [[package]] name = "strsim" version = "0.10.0" diff --git a/Cargo.toml b/Cargo.toml index 2e047c536..f4ecdbe9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ rev = "5e582a8b" [workspace.dependencies.stellar-xdr] version = "0.0.12" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "154e07eb" +rev = "154e07e" default-features = false # [patch."https://github.com/stellar/rs-soroban-env"]