move out full_ceremony.json for crates.io publish

This commit is contained in:
Cassandra Heart 2025-12-17 05:22:41 -06:00
parent 3f5a55dc1d
commit d641291822
No known key found for this signature in database
GPG Key ID: 371083BFA6C240AA
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ name = "bls48581wasm"
[dependencies]
wasm-bindgen = "0.2"
bls48581 = { path = "../bls48581", version = "^0.1.0", default-features = false }
bls48581 = { path = "../bls48581", version = "^2.1.0", default-features = false }
getrandom = { version = "0.2", features = ["js"] }
serde = "1.0.208"
serde_json = "1.0.117"