chore: main is 0.3.0-to-be
CI / check (push) Has been cancelled

This commit is contained in:
Oleksandr Kozachuk
2026-08-12 11:02:13 +02:00
parent 0a0f1e9e95
commit b4a28f342d
4 changed files with 6 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.9", default-features = false, features = ["crypto"] }
wafer-core = { path = "../core", version = "0.3.0", default-features = false, features = ["crypto"] }
wasm-bindgen = "0.2"
js-sys = "0.3"
send_wrapper = { workspace = true }