diff --git a/Cargo.toml b/Cargo.toml index 1a58192..27d9e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multi-sig" -version = "1.3.0" +version = "1.3.1" edition = "2024" rust-version = "1.96" authors = ["Dave Grantham "] @@ -77,7 +77,3 @@ multiple_crate_versions = { level = "allow", priority = 1 } [lints.rust] unsafe_code = "deny" - -# Local multi-codec 1.3.0 until it is published (remove at release). -[patch.crates-io] -multi-codec = { path = "../multi-codec" }