We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea54758 commit 321f056Copy full SHA for 321f056
Cargo.toml
@@ -45,4 +45,8 @@ criterion = "0.5.1"
45
46
[features]
47
default = []
48
-remote-wallet = ["solana-remote-wallet"]
+remote-wallet = ["solana-remote-wallet"]
49
+
50
+[patch.crates-io]
51
+curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek", tag = "3.2.0" }
52
+solana-feature-set = { git = "https://github.com/solana-labs/solana", tag = "v2.2.4" }
0 commit comments