diff --git a/Cargo.toml b/Cargo.toml index e8368ca..d74efaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multi-key" -version = "1.2.0" +version = "1.2.1" edition = "2024" rust-version = "1.96" authors = ["Dave Grantham "] @@ -49,7 +49,7 @@ ml-kem = "0.3" multi-base = { version = "1.0", default-features = false } multi-codec = "1.3" multi-hash = "1.1" -multi-sig = "1.2" +multi-sig = "1.3" multi-trait = { version = "1.0", default-features = false } multi-util = "1.1" p256 = { version = "0.14", features = ["ecdsa", "ecdh"] } @@ -84,12 +84,6 @@ shake = { version = "0.1", optional = true } # XMSS support (feature-gated, default-enabled) xmss = { version = "0.1.0-pre.0", optional = true } -# Local multi-codec 1.3.0 and multi-sig with `AttrId::Depth` until published -# (remove at release). -[patch.crates-io] -multi-codec = { path = "../multi-codec" } -multi-sig = { path = "../multi-sig" } - [target.'cfg(target_arch = "wasm32")'.dependencies] blsful = { version = "4.0.0", default-features = false, features = ["rust"] } getrandom_02 = { package = "getrandom", version = "0.2", features = ["js"] }