Skip to content

Commit

Permalink
Update compiletest_rs requirement from 0.10 to 0.11 (#455)
Browse files Browse the repository at this point in the history
Updates the requirements on [compiletest_rs](https://github.com/Manishearth/compiletest-rs) to permit the latest version.
- [Release notes](https://github.com/Manishearth/compiletest-rs/releases)
- [Commits](Manishearth/compiletest-rs@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent a62a348 commit 24412f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proptest-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ proptest = { version = "1.0.0", path = "../proptest" }
# features. However, due to
# https://github.com/laumann/compiletest-rs/issues/166, the default features of
# compiletest-rs fail to compile, but the stable fallback works fine.
compiletest_rs = { version = "0.10", features = ["tmp", "stable"] }
compiletest_rs = { version = "0.11", features = ["tmp", "stable"] }
# criterion is used for benchmarks.
criterion = "0.5"

Expand Down

0 comments on commit 24412f5

Please sign in to comment.