Skip to content

Commit

Permalink
move env_logger to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Apr 30, 2024
1 parent 6ba2b36 commit daa3a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ num-bigint = "0.4"
hex = "0.4"
thiserror = "1.0"
log = "0.4"
env_logger = "0.10"
# mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", rev = "7d9bc181953cfc6e7baf82ff0ce651281fd70a8a" }
rand_chacha = "0.3.0"
criterion = { version = "0.4", optional = true}
Expand All @@ -46,6 +45,7 @@ mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", rev =
# mpt-zktrie = { path = "../zkevm-circuits/zktrie" }
plotters = "0.3"
bencher = "0.1"
env_logger = "0.10"
subtle = "2"

[[bin]]
Expand Down

0 comments on commit daa3a06

Please sign in to comment.