Skip to content

Commit

Permalink
move dev-dep to dep
Browse files Browse the repository at this point in the history
As a workaround for rust-lang/cargo#6915
  • Loading branch information
vherbert committed Nov 30, 2021
1 parent 9645caf commit 9049a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ rand = { version = "0.7" }
sha2 = { version = "0.9" }
subtle = { version = "2.4", default-features = false }
zeroize = { version = "1", default-features = false, features = ["zeroize_derive"] }
ed25519-dalek = { version = "1", default-features = false }

[dev-dependencies]
criterion = { version = "0.3" }
ed25519-dalek = { version = "1", default-features = false }


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

0 comments on commit 9049a91

Please sign in to comment.