Skip to content

Commit 82c493e

Browse files
authored
x448: Cargo.toml fixup (#1744)
Having the dependency broken apart onto multiple lines like this was breaking the regex that looks for the version in Cargo.toml for Trusted Publishing
1 parent 42bda6f commit 82c493e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

x448/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ description = "Pure Rust implementation of X448, an elliptic curve Diffie-Hellma
1515

1616
[dependencies]
1717
ed448-goldilocks = { version = "0.14.0-pre.12", default-features = false }
18+
zeroize = { version = "1", default-features = false, features = ["zeroize_derive"] }
1819

1920
# optional dependencies
2021
serdect = { version = "0.4", optional = true }
2122

22-
[dependencies.zeroize]
23-
version = "1"
24-
default-features = false
25-
features = ["zeroize_derive"]
26-
2723
[features]
2824
default = ["getrandom"]
2925
getrandom = ["ed448-goldilocks/getrandom"]

0 commit comments

Comments
 (0)