aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-06-28 21:16:45 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-06-28 21:16:45 +0000
commitd2538249468ce9d5f10015c4312e6fcdeb393fdb (patch)
tree69ec9471baa6a78be68efa92fad38d67a562dc24 /Cargo.toml
parentUpdate README with new features (diff)
downloadminiserve-d2538249468ce9d5f10015c4312e6fcdeb393fdb.tar.gz
miniserve-d2538249468ce9d5f10015c4312e6fcdeb393fdb.zip
Use rstest 0.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e157da7..ebafca0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,5 +54,5 @@ reqwest = "0.9"
assert_fs = "0.11"
select = "0.4"
port_check = "0.1"
-rstest = { git = "https://github.com/la10736/rstest.git" }
+rstest = "0.3"
pretty_assertions = "0.6"