Skip to content

Commit

Permalink
Disable default features of quickcheck to get rid of env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Feb 1, 2023
1 parent 6c3e6fb commit d1e75cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 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 talpid-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ tonic-build = { version = "0.8", default-features = false, features = ["transpor

[dev-dependencies]
tempfile = "3.0"
quickcheck = "1.0"
quickcheck = { version = "1.0", default-features = false }
quickcheck_macros = "1.0"
tokio = { version = "1", features = [ "test-util" ] }

0 comments on commit d1e75cb

Please sign in to comment.