From 3152c57e2586173cf6f6ee07447d964fa0fc714b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 26 Apr 2019 05:00:00 +0200 Subject: Use rstest test fixtures to cut down on code duplication in integration tests --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3