Skip to content

Commit

Permalink
Partially move to rstest
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Sep 24, 2023
1 parent 9abaf30 commit bcbca6e
Show file tree
Hide file tree
Showing 11 changed files with 1,838 additions and 1,755 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ time-macros = { path = "time-macros", version = "=0.2.14" }

criterion = { version = "0.5.1", default-features = false }
deranged = { version = "0.3.7", default-features = false }
itertools = "0.11.0"
itoa = "1.0.1"
js-sys = "0.3.58"
libc = "0.2.98"
num_threads = "0.1.2"
quickcheck = { version = "1.0.3", default-features = false }
quickcheck_macros = "1.0.0"
rand = { version = "0.8.4", default-features = false }
rstest = { version = "0.18.2", default-features = false }
# ^1.0.184 due to serde-rs/serde#2538
serde = { version = "1.0.184", default-features = false }
serde_json = "1.0.68"
Expand Down
Loading

0 comments on commit bcbca6e

Please sign in to comment.