Skip to content

Commit 4a379ac

Browse files
committed
chore(deps): move curve25519-dalek to dev-dependencies
- chore: relocate curve25519-dalek from dependencies to dev-dependencies section fix #3
1 parent 993ee62 commit 4a379ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ num-bigint = "0.4.6"
3333
num-traits = "0.2.19"
3434
tiny-keccak = { version = "2.0.2", features = ["fips202"] }
3535
rand = "0.8.5"
36-
curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "alloc", "digest", "precomputed-tables", "group"] }
3736

3837
[dev-dependencies]
3938
bincode = "2"
4039
bls12_381 = "0.8.0"
40+
curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "alloc", "digest", "precomputed-tables", "group"] }
4141
sha2 = "0.10"
4242
criterion = { version = "0.6", features = ["html_reports"]}
4343
hex-literal = "1.0.0"

0 commit comments

Comments
 (0)