Skip to content

Commit 2320b19

Browse files
authored
Add native-certs feature (#263)
1 parent 2776551 commit 2320b19

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

Cargo.lock

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ exclude = ["media/"]
2020
[badges]
2121
maintenance = { status = "actively-developed" }
2222

23+
[features]
24+
native-certs = ["reqwest/rustls-tls-native-roots"]
25+
2326
[[bin]]
2427
name = "cargo-about"
2528
path = "src/cargo-about/main.rs"

0 commit comments

Comments
 (0)