From 352fe36b14e904b041bb57eb335b2b89e300d2ef Mon Sep 17 00:00:00 2001 From: sergeych Date: Tue, 28 Nov 2023 13:18:57 +0300 Subject: [PATCH] releasing --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad23f6b..6d782bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bipack_ru" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "Apache-2.0" description = "binary size-effective format used in Divan smart contracts, wasm bindings, network protocols, etc." diff --git a/README.md b/README.md index 4e8c5c0..a335a9b 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The autodoc documentation is good enough already, so we do not repeat it here no ## Big thanks -- to https://github.com/jamesmunns for the brilliant postcard format which was used as a model. +- to https://github.com/jamesmunns for the brilliant postcard format which was used as a source of inspiration for the Rust bindings. # License