Skip to content

Commit a10c3f6

Browse files
authored
signature does not carry the std feature anymore (#946)
1 parent 57f9832 commit a10c3f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ecdsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sha2 = { version = "=0.11.0-pre.5", default-features = false }
3737
[features]
3838
default = ["digest"]
3939
alloc = ["elliptic-curve/alloc", "signature/alloc", "spki/alloc"]
40-
std = ["alloc", "elliptic-curve/std", "signature/std"]
40+
std = ["alloc", "elliptic-curve/std"]
4141

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

ed25519/Cargo.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)