Skip to content

Commit

Permalink
fix: disable broken subtle/nightly feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jan 17, 2022
1 parent 21e6758 commit fc93a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -56,7 +56,7 @@ name = "key"

[features]
default = ["std", "pem"]
nightly = ["subtle/nightly", "num-bigint/nightly"]
nightly = ["num-bigint/nightly"]
serde = ["num-bigint/serde", "serde_crate"]
expose-internals = []
std = ["alloc", "digest/std", "pkcs1/std", "pkcs8/std", "rand/std"]
Expand Down

0 comments on commit fc93a5a

Please sign in to comment.