From 161bbbb0907dd46cbb7c5e9a9382642ace325a75 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:39:26 +1000 Subject: [PATCH] upd --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd8f17485..82ab4d2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ wasmparser = "=0.116.1" [workspace.dependencies.stellar-xdr] version = "=22.0.0" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "e08df01edac8830113869dccb296f64943e8f58e" +rev = "39d7dbb0c12bd422ee43a6e2e3277789da4eaac8" default-features = false [workspace.dependencies.wasmi]