Update compiletest_rs requirement from 0.4 to 0.5
Updates the requirements on [compiletest_rs](https://github.com/laumann/compiletest-rs) to permit the latest version. - [Release notes](https://github.com/laumann/compiletest-rs/releases) - [Commits](https://github.com/laumann/compiletest-rs/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
d639db7913
commit
fd828f5166
|
@ -10,7 +10,7 @@ name = "typed-html-tests"
|
||||||
path = "main.rs"
|
path = "main.rs"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
compiletest_rs = { version = "0.4", features = ["stable"] }
|
compiletest_rs = { version = "0.5", features = ["stable"] }
|
||||||
typed-html = { path = "../typed-html" }
|
typed-html = { path = "../typed-html" }
|
||||||
typed-html-macros = { path = "../macros" }
|
typed-html-macros = { path = "../macros" }
|
||||||
version_check = "0.9.1"
|
version_check = "0.9.1"
|
||||||
|
|
Loading…
Reference in New Issue