chore: bump to v0.6.2

This commit is contained in:
2026-05-04 12:59:53 +02:00
parent edc8284936
commit 4476a5bcc4
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -57,7 +57,7 @@ dependencies = [
[[package]] [[package]]
name = "blake3-wasm-rs" name = "blake3-wasm-rs"
version = "0.6.1" version = "0.6.2"
dependencies = [ dependencies = [
"blake3", "blake3",
"hex", "hex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "blake3-wasm-rs" name = "blake3-wasm-rs"
version = "0.6.1" version = "0.6.2"
edition = "2024" edition = "2024"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
authors = ["Thomas <[email protected]>"] authors = ["Thomas <[email protected]>"]