Skip to content

Commit

Permalink
Get curl crate from git since crates.io hasn't been updated in a year
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Dec 29, 2023
1 parent e68baaf commit f4b7126
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ panic = "abort"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
curl = { version = "0.4.44", features = ["http2"] }
curl = { git = "https://github.com/alexcrichton/curl-rust.git", rev = "0c1dddf", features = ["http2"] }
log = "0.4.20"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
rand = "0.8.5"
Expand Down

0 comments on commit f4b7126

Please sign in to comment.