Skip to content

Commit

Permalink
temporary solution to issue dalek-cryptography#92
Browse files Browse the repository at this point in the history
  • Loading branch information
0x25519 committed Apr 13, 2023
1 parent ea047a2 commit b634e88
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 @@ -39,7 +39,7 @@ rand_core = { version = "0.5", default-features = false }
# `serde` is renamed to `our_serde` in order to avoid a name collision between
# importing the serde dependency and enabling the curve25519-dalek/serde feature
our_serde = { package = "serde", version = "1", default-features = false, optional = true, features = ["derive"] }
zeroize = { version = "=1.3", default-features = false, features = ["zeroize_derive"] }
zeroize = { version = "1.3", default-features = false, features = ["zeroize_derive"] }

[dev-dependencies]
bincode = "1"
Expand Down

0 comments on commit b634e88

Please sign in to comment.