1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00

Use hyper directly instead of reqwest

This commit is contained in:
Eelco Dolstra 2019-12-04 21:01:16 +01:00
parent a6f0bef0a7
commit 14aa0c3259
5 changed files with 21 additions and 373 deletions

View file

@ -20,7 +20,7 @@ pub extern "C" fn rust_test() {
let fut = async move {
let store: Box<dyn Store> = Box::new(store::BinaryCacheStore::new(
"https://cache.nixos.org".to_string(),
"http://cache.nixos.org".to_string(),
));
let path = store