chore(release): v0.2.1 — changelog + version bump
CI / check (push) Has been cancelled

This commit is contained in:
Oleksandr Kozachuk
2026-08-06 16:05:02 +02:00
parent 17852ed459
commit 20b8754e27
5 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ workspace = true
crate-type = ["cdylib", "rlib"]
[dependencies]
wafer-core = { path = "../core", version = "0.2.0", default-features = false, features = ["crypto"] }
wafer-core = { path = "../core", version = "0.2.1", default-features = false, features = ["crypto"] }
wasm-bindgen = "0.2"
js-sys = "0.3"
send_wrapper = { workspace = true }