Skip to content

Commit

Permalink
Use published curl version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Jan 8, 2022
1 parent a8bb8d2 commit 5ebe8dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ unstable-interceptors = []
async-channel = "1.6"
castaway = "0.1"
crossbeam-utils = "0.8"
curl = { git = "https://github.com/alexcrichton/curl-rust", branch = "main" }
curl-sys = { git = "https://github.com/alexcrichton/curl-rust", branch = "main" }
curl = "0.4.42"
curl-sys = "0.4.52"
event-listener = "2.5"
futures-lite = "1.11"
http = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
criterion = "0.3"
curl = { git = "https://github.com/alexcrichton/curl-rust", branch = "main" }
curl = "0.4.42"
rayon = "1"
rouille = "3"

Expand Down

0 comments on commit 5ebe8dd

Please sign in to comment.