Skip to content

Commit

Permalink
disable quickcheck features
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Jun 17, 2021
1 parent 8b871cb commit df676fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,6 @@ dependencies = [
"syn",
]

[[package]]
name = "env_logger"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
dependencies = [
"log",
"regex",
]

[[package]]
name = "fixedbitset"
version = "0.2.0"
Expand Down Expand Up @@ -1846,8 +1836,6 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
dependencies = [
"env_logger",
"log",
"rand",
]

Expand Down
2 changes: 1 addition & 1 deletion linkerd/app/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ features = [
linkerd-system = { path = "../../system" }

[dev-dependencies]
quickcheck = "1.0"
quickcheck = { version = "1", default-features = false }

0 comments on commit df676fc

Please sign in to comment.