From b0c4b0fa8b86269ba868037e715dac00a6911d94 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 10 Oct 2023 21:20:44 -0700 Subject: [PATCH] Bump java_string version --- Cargo.toml | 2 +- crates/java_string/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a9ecb840..781450180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ hmac = "0.12.1" image = "0.24.6" indexmap = "2.0.0" itertools = "0.11.0" -java_string = { path = "crates/java_string", version = "0.1.0" } +java_string = { path = "crates/java_string", version = "0.1.1" } lru = "0.12.0" noise = "0.8.2" num = "0.4.0" diff --git a/crates/java_string/Cargo.toml b/crates/java_string/Cargo.toml index 414e22a7d..2a0b65be0 100644 --- a/crates/java_string/Cargo.toml +++ b/crates/java_string/Cargo.toml @@ -2,7 +2,7 @@ name = "java_string" description = "An implementation of Java strings, tolerant of invalid UTF-16 encoding" readme = "README.md" -version = "0.1.0" +version = "0.1.1" keywords = ["java", "string", "utf16"] edition.workspace = true repository.workspace = true