From d641291822e904656b90f7b35128fb39e50f84c4 Mon Sep 17 00:00:00 2001 From: Cassandra Heart Date: Wed, 17 Dec 2025 05:22:41 -0600 Subject: [PATCH] move out full_ceremony.json for crates.io publish --- crates/bls48581-wasm/Cargo.toml | 4 ++-- crates/bls48581/src/full_ceremony.json => full_ceremony.json | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename crates/bls48581/src/full_ceremony.json => full_ceremony.json (100%) diff --git a/crates/bls48581-wasm/Cargo.toml b/crates/bls48581-wasm/Cargo.toml index 5c5e556..dd7b8b5 100644 --- a/crates/bls48581-wasm/Cargo.toml +++ b/crates/bls48581-wasm/Cargo.toml @@ -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" @@ -19,4 +19,4 @@ ed448-goldilocks-plus = { version = "0.16.0" } rand = "0.8.5" sha2 = "0.10.8" hkdf = "0.12.4" -aes-gcm = "0.10.3" \ No newline at end of file +aes-gcm = "0.10.3" diff --git a/crates/bls48581/src/full_ceremony.json b/full_ceremony.json similarity index 100% rename from crates/bls48581/src/full_ceremony.json rename to full_ceremony.json