Skip to content

Commit 859925a

Browse files
committed
fix(tests): add json as dev-dependencies.
1 parent d95fbdf commit 859925a

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,7 +33,6 @@ 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-
json = "0.12.4"
3736

3837
[dev-dependencies]
3938
bincode = "2"
@@ -42,3 +41,4 @@ curve25519-dalek = { version = "4", default-features = false, features = ["serde
4241
sha2 = "0.10"
4342
criterion = { version = "0.6", features = ["html_reports"]}
4443
hex-literal = "1.0.0"
44+
json = "0.12.4"

0 commit comments

Comments
 (0)