Skip to content

Commit ac91db1

Browse files
committed
fix: return to normal feature structure, add tls-native-roots
1 parent 9e49bbe commit ac91db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ json-serde = ["serde_json", "serde"]
1616
# Enable SourceFile support for deserializing using the "toml_edit" crate
1717
toml-edit = ["toml_edit"]
1818
# Enable reqwest-based http file fetching
19-
remote = ["remote-min", "reqwest/rustls-tls-native-roots"]
19+
remote = ["reqwest", "image"]
2020
# On the off-chance native tls roots cause a problem, they can be opted out of
2121
# by only using remote-min
22-
remote-min = ["reqwest", "image"]
22+
tls-native-roots = ["reqwest/rustls-tls-native-roots"]
2323
# Enable support for reading and writing zips and tarballs
2424
compression = ["compression-tar", "compression-zip"]
2525
# Enable support for reading and writing tarballs

0 commit comments

Comments
 (0)