aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-16 00:30:41 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-04-16 00:30:41 +0000
commit236a1ae107fc1291e3154d2b941aebdd3992a23e (patch)
treef3d4f76adee971b5328c91ed4ac710e50147dfe2 /Cargo.toml
parentEnable RUST_BACKTRACE=1 on travis (diff)
downloadminiserve-236a1ae107fc1291e3154d2b941aebdd3992a23e.tar.gz
miniserve-236a1ae107fc1291e3154d2b941aebdd3992a23e.zip
Try using port_check to make travis happy
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce5cf24..7772233 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,4 +52,4 @@ rexpect = "0.3"
reqwest = "0.9"
assert_fs = "0.11"
select = "0.4"
-portpicker = "0.1"
+port_check = "0.1"