mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
use commit hash in reqwests dependency
This commit is contained in:
parent
07151faae8
commit
fe8e3c7c7e
1 changed files with 2 additions and 2 deletions
|
@ -63,12 +63,12 @@ features = ["trace", "functions", "collation", "bundled"]
|
|||
|
||||
[target.'cfg(linux)'.dependencies.reqwest]
|
||||
git = "https://github.com/ankitects/reqwest.git"
|
||||
branch = "io-timeout"
|
||||
rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
|
||||
features = ["json", "socks", "stream", "native-tls-vendored"]
|
||||
|
||||
[target.'cfg(not(linux))'.dependencies.reqwest]
|
||||
git = "https://github.com/ankitects/reqwest.git"
|
||||
branch = "io-timeout"
|
||||
rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
|
||||
features = ["json", "socks", "stream"]
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue