Skip to content

Commit e706672

Browse files
authored
Merge branch 'master' into v0.12
2 parents b3f828c + 6c91c2e commit e706672

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ unicase = "^2.7"
1515

1616
[features]
1717
default = ["native-tls"]
18-
rust-tls = ["rustls", "rustls-pki-types", "webpki", "webpki-roots", "rustls-pemfile"]
18+
rust-tls = [
19+
"rustls",
20+
"rustls-pki-types",
21+
"webpki",
22+
"webpki-roots",
23+
"rustls-pemfile",
24+
]
1925

2026
[dependencies.native-tls]
2127
version = "^0.2"
@@ -40,4 +46,4 @@ optional = true
4046
[dependencies.rustls-pki-types]
4147
version = "^1.7"
4248
features = ["alloc"]
43-
optional = true
49+
optional = true

0 commit comments

Comments
 (0)