diff options
author | Nadrieril | 2020-10-16 02:32:23 +0100 |
---|---|---|
committer | Nadrieril | 2020-10-16 02:32:23 +0100 |
commit | dc0ac6bed33b382e4211992328c5ed0f358c5314 (patch) | |
tree | de698e274174a2e80f84969f9e0a3f9390ffefe5 /dhall | |
parent | cd31d3eb311024153ccf1f8187126ad351963456 (diff) |
chore: use latest libtest-mimic
Diffstat (limited to '')
-rw-r--r-- | dhall/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 72fc13c..4e08164 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -41,8 +41,7 @@ reqwest = { version = "0.10", features = ["blocking"], optional = true } [dev-dependencies] anyhow = "1.0.28" colored-diff = "0.2.2" -# Latest master allows tests to be run in parallel. -libtest-mimic = { version = "0.2.0", git = "https://github.com/LukasKalbertodt/libtest-mimic" } +libtest-mimic = "0.3.0" rand = "0.7" version-sync = "0.9" walkdir = "2" |