From f25ac0f922d52172bdbc7dd7c8c9d6f76e9acd2d Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:01:44 +1000 Subject: [PATCH] undo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index adecc124..e49d37b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ crate-git-revision = "0.0.6" stellar-strkey = { version = "0.0.9", optional = true } base64 = { version = "0.13.0", optional = true } serde = { version = "1.0.139", features = ["derive"], optional = true } -serde_with = { version = "3.0.0", optional = true, default-features = false, features = ["macros", "std"] } +serde_with = { version = "3.0.0", optional = true } escape-bytes = { version = "0.1.1", default-features = false } hex = { version = "0.4.3", optional = true } arbitrary = {version = "1.1.3", features = ["derive"], optional = true}