Skip to content

Commit

Permalink
proptest deps -> dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed May 16, 2024
1 parent 5f3d891 commit 871eb66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hugr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ delegate = "0.12.0"
paste = "1.0"
strum = "0.26.1"
strum_macros = "0.26.1"
proptest = { version = "1.4.0" }
proptest-derive = { version = "0.4.0"}
regex-syntax = { version = "0.8.3"}

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand All @@ -64,6 +61,9 @@ urlencoding = "2.1.2"
cool_asserts = "2.0.3"
insta = { workspace = true, features = ["yaml"] }
jsonschema = "0.18.0"
proptest = { version = "1.4.0" }
proptest-derive = { version = "0.4.0"}
regex-syntax = { version = "0.8.3"}

[[bench]]
name = "bench_main"
Expand Down

0 comments on commit 871eb66

Please sign in to comment.