diff --git a/Cargo.toml b/Cargo.toml index 21e7343..b772c66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ static_assertions = "1.1.0" [dev-dependencies] criterion = { version = "0.4.0", features = ["html_reports"] } pretty_assertions = "1.2.1" -compiletest_rs = { version = "0.9.0", features = [ "tmp" ] } +compiletest_rs = { version = "0.10.0", features = [ "tmp" ] } [features] fatal-warnings = []