From 0109f4a3cf4117570f627e3ae465b6247d504f69 Mon Sep 17 00:00:00 2001 From: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:35:30 +0100 Subject: [PATCH] spl: Remove `spl-token-confidential-transfer-proof-generation` patch (#3348) --- Cargo.lock | 5 ----- Cargo.toml | 9 --------- 2 files changed, 14 deletions(-) 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