Skip to content

Commit 5251c47

Browse files
committed
Use vendored TLS to enable cross-compilation
1 parent 121dab2 commit 5251c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ either = "1.8"
1616
clap = { version = "4.2.4", features = ["derive"] }
1717
confy = { version = "0.5.1", default-features = false, features = ["yaml_conf"] }
1818
serde = { version = "1.0", features = ["derive"] }
19-
reqwest = { version = "0.11.18", features = ["blocking", "multipart"] }
19+
reqwest = { version = "0.11.18", features = ["blocking", "multipart", "native-tls-vendored"] }
2020

2121
[dev-dependencies]
2222
assert_cmd = "2.0.11"

0 commit comments

Comments
 (0)