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 f29d84f commit cf7701aCopy full SHA for cf7701a
cli/Cargo.toml
@@ -40,8 +40,8 @@ jito-vault-core = { workspace = true }
40
jito-vault-program = { workspace = true }
41
jito-vault-sdk = { workspace = true }
42
log = { workspace = true }
43
-num-derive.workspace = true
44
-num-traits.workspace = true
+num-derive = { workspace = true }
+num-traits = { workspace = true }
45
solana-account-decoder = { workspace = true }
46
solana-address-lookup-table-interface = { workspace = true }
47
solana-cli-config = { workspace = true }
0 commit comments