Skip to content

Commit

Permalink
Update compiletest_rs requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
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](Manishearth/compiletest-rs@v0.4.0...v0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bodil committed Apr 22, 2020
1 parent d639db7 commit fd828f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit fd828f5

Please sign in to comment.