From 1bd87b06ce4776bc468ac1f577f5658d5d3f41fd Mon Sep 17 00:00:00 2001 From: plebhash Date: Tue, 2 Apr 2024 15:17:06 -0300 Subject: [PATCH] Revert "tmp" This reverts commit 573335458424554346094f41ec0343f292e860f0. --- protocols/v2/binary-sv2/binary-sv2/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/protocols/v2/binary-sv2/binary-sv2/Cargo.toml b/protocols/v2/binary-sv2/binary-sv2/Cargo.toml index bd7d98df3f..ae7849aa90 100644 --- a/protocols/v2/binary-sv2/binary-sv2/Cargo.toml +++ b/protocols/v2/binary-sv2/binary-sv2/Cargo.toml @@ -15,7 +15,6 @@ serde = { version = "1.0.89", features = ["derive", "alloc"], default-features = binary_codec_sv2 = {version = "^1.0.0", path = "../no-serde-sv2/codec", optional = true} derive_codec_sv2 = {version = "^1.0.0", path = "../no-serde-sv2/derive_codec", optional = true} tracing = {version = "0.1"} -hex = "0.4.3" [features] default = ["core"]