Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jun 12, 2023
1 parent 1f452a6 commit cb05a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dirs = "5.0.1"
keyring = "2.0.2"
lazy_static = "1.4.0"
libc = "0.2.144"
reqwest = { version = "0.11.17", features = ["blocking"] }
reqwest = { version = "0.11.17", features = ["blocking"], default-features = false}
serde = "1.0.163"
serde_json = "1.0.96"
thiserror = "1.0.40"
Expand Down

0 comments on commit cb05a51

Please sign in to comment.