mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-13 22:26:37 +00:00
fix dep reqwest 0.12.18 does not exist
use reqwest 0.12.17 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
eecb0bd332
commit
872dcb7d44
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ rc-zip-sync = { version = "4.2.6", features = [
|
|||
"lzma",
|
||||
"zstd",
|
||||
] }
|
||||
reqwest = { version = "0.12.18", features = [
|
||||
reqwest = { version = "0.12.17", features = [
|
||||
"http2",
|
||||
"stream",
|
||||
"zstd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue