Skip to content

Commit

Permalink
fix: chrono dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Jan 6, 2025
1 parent 4f8227e commit 708a971
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmark_analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ regex = "=1.11.0"

serde = { version = "=1.0.210", features = [ "derive" ] }
serde_json = "=1.0.128"
chrono = { version = "0.4.38", features = [ "serde", "clock" ] }
chrono = { version = "=0.4.38", features = [ "serde", "clock" ] }
2 changes: 1 addition & 1 deletion compiler_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ once_cell = "=1.20.2"
rayon = "=1.10.0"
lazy_static = "=1.5.0"
bincode = "=1.3.3"
chrono = "=0.4.38"

evm = { git = "https://github.com/rust-ethereum/evm", rev = "f7a23df6c478ca6a151af5f60e62944800529a61" }
revm = { git = "https://github.com/bluealloy/revm", rev = "fa5650ee8a4d802f4f3557014dd157adfb074460" }
Expand All @@ -55,7 +56,6 @@ era-compiler-vyper = { git = "https://github.com/matter-labs/era-compiler-vyper"

solidity-adapter = { path = "../solidity_adapter" }
benchmark-analyzer = { path = "../benchmark_analyzer" }
chrono = "0.4.38"

[dependencies.web3]
git = "https://github.com/jacques-kigo/rust-web3"
Expand Down

0 comments on commit 708a971

Please sign in to comment.