diff --git a/Cargo.lock b/Cargo.lock index 622abc8003..435a38c266 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 52c19b8dc1..a6abc075cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file