Skip to content

Commit

Permalink
chore: move 'criterion' to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann committed Mar 13, 2024
1 parent 67509da commit 9e30be1
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 @@ -5,14 +5,14 @@ edition = "2021"

[dependencies]
blst = "0.3.11"
criterion = "0.5.1"
hex = "0.4.3"
rand = { version = "0.8.5", optional = true }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.25"

[dev-dependencies]
criterion = "0.5.1"
rand = "0.8.5"

[features]
Expand Down

0 comments on commit 9e30be1

Please sign in to comment.