diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |