spl: Remove `spl-token-confidential-transfer-proof-generation` patch (#3348)

This commit is contained in:
acheron 2024-11-07 23:35:30 +01:00 committed by GitHub
parent eee03bc7c3
commit 0109f4a3cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 14 deletions

5
Cargo.lock generated
View File

@ -6723,8 +6723,3 @@ dependencies = [
"cc",
"pkg-config",
]
[[patch.unused]]
name = "spl-token-confidential-transfer-proof-generation"
version = "0.1.0"
source = "git+https://github.com/solana-labs/solana-program-library?rev=8e0ed0a#8e0ed0ab0d1caeb0b8125c0879ec6ae96a0685d0"

View File

@ -21,12 +21,3 @@ exclude = [
"tests/cfo/deps/openbook-dex",
]
resolver = "2"
# TODO: Remove once there is a new compatible release on crates.io
#
# The latest version of this crate on crates.io depends on `curve25519-dalek ^3.2.1` which
# conflicts with `solana-* ^2.1`.
#
# Details: https://github.com/solana-labs/solana-program-library/pull/7416#discussion_r1824643243
[patch.crates-io]
spl-token-confidential-transfer-proof-generation = { git = "https://github.com/solana-labs/solana-program-library", rev = "8e0ed0a" }