From 5bdc34e37ea785692971b90f07af52cb4186101c Mon Sep 17 00:00:00 2001 From: plebhash Date: Mon, 19 Aug 2024 15:04:54 -0300 Subject: [PATCH] tmp --- protocols/v2/codec-sv2/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/v2/codec-sv2/Cargo.toml b/protocols/v2/codec-sv2/Cargo.toml index 20b0288afa..e74fbea00e 100644 --- a/protocols/v2/codec-sv2/Cargo.toml +++ b/protocols/v2/codec-sv2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codec_sv2" -version = "1.2.1" +version = "1.0.1" authors = ["fi3 "] edition = "2018" description = "Sv2 data format" @@ -21,4 +21,4 @@ tracing = { version = "0.1"} [features] with_serde = ["binary_sv2/with_serde", "serde", "framing_sv2/with_serde", "buffer_sv2/with_serde"] with_buffer_pool = ["framing_sv2/with_buffer_pool"] -no_std = [] \ No newline at end of file +no_std = []