Skip to content

Commit 9675b01

Browse files
committed
use the new blocking library to support the current blocking GET request approach
1 parent 56c56d0 commit 9675b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use log::debug;
2323
use pbr::{ProgressBar, Units};
2424
use regex::Regex;
2525
use reqwest::header::CONTENT_LENGTH;
26-
use reqwest::{Client, Response};
26+
use reqwest::blocking::{Client, Response};
2727
use rustc_version::Channel;
2828
use structopt::StructOpt;
2929
use tar::Archive;

0 commit comments

Comments
 (0)