Skip to content

Commit

Permalink
bindings/rust/Cargo.toml: update some of [dev-dependencies].
Browse files Browse the repository at this point in the history
One of the dependencies of [dev-dependencies], getrandom, was miscompiling
on Morello.
  • Loading branch information
dot-asm committed Oct 9, 2023
1 parent 78e5f56 commit 1514337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/rust/Cargo.toml
Expand Up @@ -52,8 +52,8 @@ serde = { version = "1.0.152", optional = true }
threadpool = "^1.8.1"

[dev-dependencies]
rand = "0.7"
rand_chacha = "0.2"
rand = "0.8"
rand_chacha = "0.3"
rmp-serde = "1.1.1"
criterion = "0.3"

Expand Down

0 comments on commit 1514337

Please sign in to comment.