spl: Remove `spl-token-confidential-transfer-proof-generation` patch (#3348)
This commit is contained in:
parent
eee03bc7c3
commit
0109f4a3cf
|
@ -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"
|
||||
|
|
|
@ -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" }
|
Loading…
Reference in New Issue