diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 2a72f44..886c8e2 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -10,7 +10,7 @@ name = "typed-html-tests" path = "main.rs" [dev-dependencies] -compiletest_rs = { version = "0.4", features = ["stable"] } +compiletest_rs = { version = "0.5", features = ["stable"] } typed-html = { path = "../typed-html" } typed-html-macros = { path = "../macros" } version_check = "0.9.1"