From 1f612d46d234562d079a19a879e15755cad949dc Mon Sep 17 00:00:00 2001 From: Dave Grantham Date: Wed, 2 Sep 2026 15:26:52 -0600 Subject: [PATCH] remove the dep patch Signed-off-by: Dave Grantham --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" }