Skip to content

Commit 321f056

Browse files
feat: add patch section for curve25519-dalek and solana-feature-set deps
1 parent ea54758 commit 321f056

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ criterion = "0.5.1"
4545

4646
[features]
4747
default = []
48-
remote-wallet = ["solana-remote-wallet"]
48+
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

Comments
 (0)