Skip to content

Commit

Permalink
feat: use the rustls feature on dev-dependencies too
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Nov 24, 2023
1 parent ae79109 commit ecd1b90
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 @@ -34,7 +34,7 @@ wws-server = { workspace = true }
wws-project = { workspace = true }

[dev-dependencies]
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.11", features = ["rustls", "blocking"] }

[features]
default = ["all"]
Expand Down

0 comments on commit ecd1b90

Please sign in to comment.