Skip to content

Commit f41a358

Browse files
committed
x509-cert: missing features from spki -> x509-cert
1 parent f9edb67 commit f41a358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x509-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ arbitrary = { version = "1.2.0", features = ["derive"], optional = true }
1919
const-oid = { version = "=0.10.0-pre", features = ["db"], path = "../const-oid" }
2020
der = { version = "=0.7.0-pre", features = ["derive", "alloc", "flagset"], path = "../der" }
2121
flagset = { version = "0.4.3" }
22-
spki = { version = "=0.7.0-pre", path = "../spki" }
22+
spki = { version = "=0.7.0-pre", path = "../spki", features = ["alloc"] }
2323

2424
[dev-dependencies]
2525
hex-literal = "0.3"

0 commit comments

Comments
 (0)