Skip to content

Commit

Permalink
refactor: delete unnecessary dependency
Browse files Browse the repository at this point in the history
Forgot to delete a dependency and it looks like I can't squash commits, whoops 🤦
  • Loading branch information
joshua-mo-143 committed Jan 5, 2023
1 parent f43e2e5 commit 1794cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-shuttle/tests/integration/run.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use cargo_shuttle::{Args, Command, ProjectArgs, RunArgs, Shuttle};
use portpicker::pick_unused_port;
use reqwest::StatusCode;
use std::{fs::canonicalize, process::exit, time::Duration, net::Ipv4Addr};
use std::{fs::canonicalize, process::exit, time::Duration};
use tokio::time::sleep;

/// creates a `cargo-shuttle` run instance with some reasonable defaults set.
Expand Down
2 changes: 1 addition & 1 deletion examples

0 comments on commit 1794cc6

Please sign in to comment.