From e0eaf514f61ac8ca732dd4fa79706802d0166677 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Wed, 31 Jul 2024 20:35:19 -0700 Subject: [PATCH] new patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8e4f7c..c4b6bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" hex = { version = "0.4", default-features = false, features = ["alloc"] } sha2 = { version = "0.9", default-features = false } rand_core = { version = "0.6", default-features = false } -curve25519-dalek = { package = "curve25519-dalek-ng", git = "https://github.com/sp1-patches/curve25519-dalek-ng.git", branch = "patch-v4.1.1", default-features = false, features = [ +curve25519-dalek = { package = "curve25519-dalek-ng", git = "https://github.com/sp1-patches/curve25519-dalek-ng.git", branch = "new-patch-v4.1.1", default-features = false, features = [ "u32_backend", "alloc", ] }