Skip to content

Commit

Permalink
fix: Allow building with no default feature
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Mar 1, 2023
1 parent 408ae94 commit 6439f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ pub fn daemonize() -> Result<()> {
/// ---
///
/// More details could be found at https://github.com/mozilla/sccache/pull/1563
#[cfg(feature = "dist-server")]
pub fn new_reqwest_blocking_client() -> reqwest::blocking::Client {
reqwest::blocking::Client::builder()
.pool_max_idle_per_host(0)
Expand Down

0 comments on commit 6439f26

Please sign in to comment.