Skip to content

Commit 6fefa36

Browse files
committed
signature does not carry the std feature anymore
1 parent 3dff944 commit 6fefa36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ecdsa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sha2 = { version = "=0.11.0-pre.5", default-features = false }
3636
[features]
3737
default = ["digest"]
3838
alloc = ["elliptic-curve/alloc", "signature/alloc", "spki/alloc"]
39-
std = ["alloc", "elliptic-curve/std", "signature/std"]
39+
std = ["alloc", "elliptic-curve/std"]
4040

4141
arithmetic = ["elliptic-curve/arithmetic"]
4242
dev = ["arithmetic", "digest", "elliptic-curve/dev", "hazmat"]

ed25519/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ default = ["std"]
3939
alloc = ["pkcs8?/alloc"]
4040
pem = ["alloc", "pkcs8/pem"]
4141
serde_bytes = ["serde", "dep:serde_bytes"]
42-
std = ["pkcs8?/std", "signature/std"]
42+
std = ["pkcs8?/std"]
4343

4444
[package.metadata.docs.rs]
4545
all-features = true

ed448/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ default = ["std"]
3636
alloc = ["pkcs8?/alloc"]
3737
pem = ["alloc", "pkcs8/pem"]
3838
serde_bytes = ["serde", "dep:serde_bytes"]
39-
std = ["signature/std"]
39+
std = ["pkcs8?/std"]

0 commit comments

Comments
 (0)