Skip to content

Commit

Permalink
cargo: Enable static curl/ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Mar 15, 2022
1 parent 93846fa commit ccc9e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ getopts = "*"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
curl = "~0.4"
curl = {version = "~0.4", features = ["static-curl", "static-ssl"]}
url = "*"
fatfs = "0.2.0"
itertools = "0.5.9"
Expand Down

0 comments on commit ccc9e22

Please sign in to comment.