diff options
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index daa2d68..008b200 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -15,7 +15,7 @@ serde_json = { version = "1.0", optional = true } [dev-dependencies] criterion = "0.3" -trybuild = "1.0" +trybuild = "1.0.55" version_check = "0.9" [[bench]] |