Skip to content

Commit

Permalink
Move env_logger dependency to dev-depdendencies (only for test). (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
silathdiir authored Nov 7, 2023
1 parent 92fe9b3 commit 5cf9a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ log = "0.4.17"

# timer
ark-std = { version = "0.3.0" }
env_logger = "0.8.0"

[dev-dependencies]
assert_matches = "1.5"
criterion = "0.3"
env_logger = "0.8.0"
gumdrop = "0.8"
proptest = "1"
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }
Expand Down

0 comments on commit 5cf9a37

Please sign in to comment.