Skip to content

Commit

Permalink
Update compiletest_rs requirement from 0.9.0 to 0.10.0
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.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: compiletest_rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 20, 2023
1 parent cd3e04e commit d4b5895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit d4b5895

Please sign in to comment.