From ab51003b937b067298cd3b0f3cea30c7674400c2 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Thu, 20 Jun 2024 17:07:46 +0200 Subject: [PATCH] Update generic-ec version & bump own version --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc5085c..bacf9de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slip-10" -version = "0.4.0-rc4" +version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" description = "SLIP10 implementation in Rust" @@ -9,7 +9,7 @@ repository = "https://github.com/dfns/slip-10" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -generic-ec = { version = "0.4.0-rc4", default-features = false } +generic-ec = { version = "0.4.0", default-features = false } hmac = { version = "0.12", default-features = false } sha2 = { version = "0.10", default-features = false } @@ -35,7 +35,3 @@ required-features = ["all-curves"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] - -[patch.crates-io.generic-ec] -git = "https://github.com/dfns/generic-ec" -branch = "update-udigest"