mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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]
|
[target.'cfg(linux)'.dependencies.reqwest]
|
||||||
git = "https://github.com/ankitects/reqwest.git"
|
git = "https://github.com/ankitects/reqwest.git"
|
||||||
branch = "io-timeout"
|
rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
|
||||||
features = ["json", "socks", "stream", "native-tls-vendored"]
|
features = ["json", "socks", "stream", "native-tls-vendored"]
|
||||||
|
|
||||||
[target.'cfg(not(linux))'.dependencies.reqwest]
|
[target.'cfg(not(linux))'.dependencies.reqwest]
|
||||||
git = "https://github.com/ankitects/reqwest.git"
|
git = "https://github.com/ankitects/reqwest.git"
|
||||||
branch = "io-timeout"
|
rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
|
||||||
features = ["json", "socks", "stream"]
|
features = ["json", "socks", "stream"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue