Remove curve25519-dalek patch (#5214)

* Remove patch dependencies
This commit is contained in:
Jimmy Chen 2024-02-09 03:57:19 +11:00 committed by GitHub
parent 6f442f2bb8
commit 4b19eac8ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

8
Cargo.lock generated
View File

@ -1583,8 +1583,9 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "4.1.1"
source = "git+https://github.com/jimmygchen/curve25519-dalek.git?rev=24019783e9bb9dc1464e7e503732f273a69969c6#24019783e9bb9dc1464e7e503732f273a69969c6"
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
dependencies = [
"cfg-if",
"cpufeatures",
@ -1600,7 +1601,8 @@ dependencies = [
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "git+https://github.com/jimmygchen/curve25519-dalek.git?rev=24019783e9bb9dc1464e7e503732f273a69969c6#24019783e9bb9dc1464e7e503732f273a69969c6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",

View File

@ -235,6 +235,3 @@ inherits = "release"
lto = "fat"
codegen-units = 1
incremental = false
[patch.crates-io]
curve25519-dalek = { git = "https://github.com/jimmygchen/curve25519-dalek.git", rev = "24019783e9bb9dc1464e7e503732f273a69969c6" }