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 24ec5d8 commit 8f55af0Copy full SHA for 8f55af0
1 file changed
mev-programs/Cargo.toml
@@ -19,6 +19,7 @@ edition = "2021"
19
agave-feature-set = "2.2"
20
anchor-lang = { version = "0.31.1" }
21
bincode = "1.3.3"
22
+jito-priority-fee-distribution = { path = "programs/priority-fee-distribution", version = "=0.1.6", features = ["no-entrypoint", "no-idl"] }
23
jito-programs-vote-state = { path = "programs/vote-state", version = "=0.1.6" }
24
jito-tip-distribution = { path = "programs/tip-distribution", version = "=0.1.6", features = ["no-entrypoint", "no-idl"] }
25
jito-tip-payment = { path = "programs/tip-payment", version = "=0.1.6" }
0 commit comments