Skip to content

Commit

Permalink
move blst to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
curiecrypt committed Jan 15, 2025
1 parent bb96e53 commit c162f35
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 @@ -10,12 +10,12 @@ include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]

[dependencies]
blake2 = "0.10.6"
blst = "0.3.13"

[dev-dependencies]
rand_core = "0.6.4"
rand_chacha = "0.3.1"
test-case = "3.3.1"
blst = "0.3.13"

[lints.rust]
missing-copy-implementations = "warn"
Expand Down

0 comments on commit c162f35

Please sign in to comment.