Skip to content

Commit

Permalink
fix: feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Feb 27, 2024
1 parent c15f937 commit 66fcb43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 110 deletions.
109 changes: 0 additions & 109 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iroh-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ iroh-base = { version = "0.12.0", path = "../iroh-base", default_features = fals
iroh-net = { version = "0.12.0", path = "../iroh-net", default_features = false }
parking_lot = "0.12.1"
pkarr = { version = "1.1.1", features = ["async", "relay"], default_features = false }
reqwest = { version = "0.11.24", features = ["rustls"] }
reqwest = { version = "0.11.24", default_features = false, features = ["rustls-tls"] }
ring = "0.16"
rustls = "0.21"
tokio = { version = "1", features = ["rt", "sync"] }
Expand Down

0 comments on commit 66fcb43

Please sign in to comment.