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 23704e1 commit dc74a63Copy full SHA for dc74a63
Cargo.toml
@@ -84,6 +84,7 @@ solana-transaction-context = "2.2"
84
thiserror = "1.0.64"
85
tokio = "1.37.0"
86
which = "=4.4.0"
87
+chrono = "0.4.38"
88
89
[workspace.lints.rust.unexpected_cfgs]
90
level = "warn"
bencher/Cargo.toml
@@ -10,7 +10,7 @@ edition = { workspace = true }
10
version = { workspace = true }
11
12
[dependencies]
13
-chrono = "0.4.38"
+chrono = { workspace = true }
14
num-format = { workspace = true }
15
serde_json = { workspace = true }
16
mollusk-svm = { workspace = true }
0 commit comments