Skip to content

Commit

Permalink
remove unused import which also caused windows build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
corysabol committed Mar 29, 2024
1 parent 2a07a67 commit 534bb7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use clap::Parser;
use reqwest::Client;
use sha2::{Digest, Sha256};
use std::io::{self, BufRead};
use std::os::unix::process;
use tokio::fs::File;
use tokio::io::AsyncWriteExt;

Expand Down

0 comments on commit 534bb7f

Please sign in to comment.