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 d168abf commit a577934Copy full SHA for a577934
Cargo.toml
@@ -25,7 +25,6 @@ edition = "2021"
25
readme = "README.md"
26
27
[workspace.dependencies]
28
-getrandom = "0.2.16"
29
anyhow = "1.0.86"
30
assert_matches = "1.5.0"
31
base64 = "0.22.1"
@@ -42,6 +41,7 @@ env_logger = "0.10.2"
42
41
envfile = "0.2.1"
43
fast-math = "0.1"
44
futures = "0.3.21"
+getrandom = "0.2.16"
45
hex = "0.4.3"
46
home = "=0.5.11" # Custom for compatibility with rust 1.75
47
jito-account-traits-derive = { package = "jito-account-traits-derive", git = "https://github.com/jito-foundation/restaking", rev = "a1e3d8bf8f21f4c94592e2645dd6d38771394fbf" }
0 commit comments