Skip to content

Commit

Permalink
Only depend on untrusted when the dnssec-ring feature is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith authored and bluejekyll committed Oct 25, 2017
1 parent 1a58165 commit dcb4971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Cargo.toml
Expand Up @@ -42,7 +42,7 @@ coveralls = { repository = "bluejekyll/trust-dns", branch = "master", service =
[features]
default = ["dnssec-openssl"]
dnssec-openssl = ["dnssec", "openssl", "trust-dns-proto/dnssec-openssl"]
dnssec-ring = ["dnssec", "ring", "trust-dns-proto/dnssec-ring"]
dnssec-ring = ["dnssec", "ring", "trust-dns-proto/dnssec-ring", "untrusted"]
dnssec = []

[lib]
Expand All @@ -60,7 +60,7 @@ rand = "^0.3"
ring = { version = "^0.12", optional = true }
tokio-core = "^0.1"
trust-dns-proto = {version = "^0.1", path = "../proto" }
untrusted = "^0.5"
untrusted = { version = "^0.5", optional = true }

[dev-dependencies]
openssl = { version = "^0.9.8", features = ["v102", "v110"], optional = false }

0 comments on commit dcb4971

Please sign in to comment.