aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-04-26 06:04:16 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-04-26 06:04:16 +0000
commit838d86655fb39b5cdf63b2d3823ce047e63afaf4 (patch)
treecf5306f1050108f872d6d7d020606f5dc5c90206 /Cargo.toml
parentUse rstest_parametrize for unit tests (diff)
parentUse rstest test fixtures to cut down on code duplication in integration tests (diff)
downloadminiserve-838d86655fb39b5cdf63b2d3823ce047e63afaf4.tar.gz
miniserve-838d86655fb39b5cdf63b2d3823ce047e63afaf4.zip
Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password
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 9629c35..d7b621f 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 = "0.2"
+rstest = { git = "https://github.com/la10736/rstest.git" }
pretty_assertions = "0.6"