Skip to content

Commit

Permalink
Update rand to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored and asny committed Apr 7, 2022
1 parent 4aa06c3 commit fdfda7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gloo-timers = "0.2"
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
rand = "0.7"
rand = "0.8"
tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] }

[[example]]
Expand Down

0 comments on commit fdfda7d

Please sign in to comment.