From d2538249468ce9d5f10015c4312e6fcdeb393fdb Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 28 Jun 2019 23:16:45 +0200 Subject: Use rstest 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3