From 970d82afafa54991a2a3f3eee47c5ec65ab3b4a0 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sat, 8 Jul 2023 21:28:01 +0200 Subject: [PATCH] release v2.4.1 performance improvements --- Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36861fd..6e228ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "strict_encoding" -version = "2.4.0" +version = "2.4.1" dependencies = [ "amplify", "half", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b3f2a3d..3c5d828 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strict_encoding" -version = "2.4.0" +version = "2.4.1" description = "Strict encoding: deterministic & confined binary serialization for strict types" keywords = ["strict-types", "gadt", "serialization", "serde", "protobuf"] categories = ["encoding", "parsing"]