Skip to content

Commit

Permalink
Merge pull request #36 from florian1345/update-dependencies
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
florian1345 authored Mar 26, 2021
2 parents 615fc62 + 4df4cf2 commit 57c9dbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ documentation = "https://docs.rs/sudoku-variants/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.1"
rand = "0.8"

[dev-dependencies]
criterion = "0.3.3"
rand_chacha = "0.3.0"
toml = "0.5.8"
criterion = "0.3"
rand_chacha = "0.3"
toml = "0.5"

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

0 comments on commit 57c9dbe

Please sign in to comment.