Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit fe5a202

Browse files
committed
fix linux build
1 parent 14b550a commit fe5a202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/self_update.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#[cfg(windows)]
12
use reqwest::Client;
3+
#[cfg(windows)]
24
use std::{fs::File, io::Write, path::PathBuf};
35

46
use crate::Platform;

0 commit comments

Comments
 (0)