aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-26 03:00:00 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-04-26 03:00:00 +0000
commit3152c57e2586173cf6f6ee07447d964fa0fc714b (patch)
tree9b05e0e4b63f9410aa4892d80a125c3174d37349 /Cargo.toml
parentMerge pull request #80 from boastful-squirrel/no_panics (diff)
downloadminiserve-3152c57e2586173cf6f6ee07447d964fa0fc714b.tar.gz
miniserve-3152c57e2586173cf6f6ee07447d964fa0fc714b.zip
Use rstest test fixtures to cut down on code duplication in integration tests
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 0708a8f..cef92a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,5 +52,5 @@ reqwest = "0.9"
assert_fs = "0.11"
select = "0.4"
port_check = "0.1"
-rstest = "0.2"
+rstest = { git = "https://github.com/la10736/rstest.git" }
pretty_assertions = "0.6"