From 0868e6a544010f3b7f43339e7eaa303b1442f29a Mon Sep 17 00:00:00 2001 From: Rayyan K Date: Tue, 1 Oct 2024 08:46:34 -0400 Subject: [PATCH] bump(string) Bug fixes for string encoding. --- Cargo.lock | 2 +- js/package.json | 2 +- rust-examples/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4329b8..5c50744 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "rust-examples" -version = "0.1.0" +version = "0.1.1" dependencies = [ "xbinser", "xbinser-macros", diff --git a/js/package.json b/js/package.json index 7a1832e..f7817cc 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "xbinser", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "index.js", "scripts": { diff --git a/rust-examples/Cargo.toml b/rust-examples/Cargo.toml index 1ee64f4..2fd120a 100644 --- a/rust-examples/Cargo.toml +++ b/rust-examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-examples" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]