diff --git a/Cargo.lock b/Cargo.lock index f883e67..0bc431f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "blake3-wasm-rs" -version = "0.6.1" +version = "0.6.2" dependencies = [ "blake3", "hex", diff --git a/Cargo.toml b/Cargo.toml index 8c0e36c..b9ceebd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake3-wasm-rs" -version = "0.6.1" +version = "0.6.2" edition = "2024" license = "MIT OR Apache-2.0" authors = ["Thomas "]