Skip to content

Commit

Permalink
Bump java_string version
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Oct 11, 2023
1 parent a5cfc90 commit b0c4b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/java_string/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0c4b0f

Please sign in to comment.