Skip to content

Commit dc74a63

Browse files
authored
avoid duplicate crates (#91)
1 parent 23704e1 commit dc74a63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ solana-transaction-context = "2.2"
8484
thiserror = "1.0.64"
8585
tokio = "1.37.0"
8686
which = "=4.4.0"
87+
chrono = "0.4.38"
8788

8889
[workspace.lints.rust.unexpected_cfgs]
8990
level = "warn"

bencher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = { workspace = true }
1010
version = { workspace = true }
1111

1212
[dependencies]
13-
chrono = "0.4.38"
13+
chrono = { workspace = true }
1414
num-format = { workspace = true }
1515
serde_json = { workspace = true }
1616
mollusk-svm = { workspace = true }

0 commit comments

Comments
 (0)