Skip to content

Commit eb24a01

Browse files
committed
fix generic-array version
Signed-off-by: Michael Lodder <[email protected]>
1 parent 756eb2c commit eb24a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wasm/rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ crate-type = ["cdylib", "rlib"]
1616
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
1717
blsful = { version = "3.0.0-pre8", default-features = false, features = ["rust"] }
1818
ecdsa = "0.16.9"
19+
generic-array = "1.1.1"
1920
lit-frost = { git = "https://github.com/LIT-Protocol/lit-frost.git", features = ["verify_only"] }
2021
getrandom = { version = "0.2", features = ["js"] }
2122
hex = "0.4"

0 commit comments

Comments
 (0)