Skip to content

Commit

Permalink
proptest should be a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Aug 17, 2021
1 parent 018cd45 commit 45d1121
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ default = ["std", "lexical"]
lexical = ["lexical-core"]
docsrs = []

[dependencies]
proptest = "1.0.0"

[dependencies.memchr]
version = "2.0"
default-features = false
Expand All @@ -49,6 +46,7 @@ optional = true
criterion = "0.3"
jemallocator = "^0.3"
doc-comment = "0.3"
proptest = "1.0.0"

[build-dependencies]
version_check = "0.9"
Expand Down

0 comments on commit 45d1121

Please sign in to comment.