Skip to content

Commit

Permalink
Update compiletest_rs requirement from 0.9 to 0.10 (#383)
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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 8b06703 commit d6f95d4
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.9", features = ["tmp", "stable"] }
compiletest_rs = { version = "0.10", features = ["tmp", "stable"] }
# criterion is used for benchmarks.
criterion = "0.5"

Expand Down

0 comments on commit d6f95d4

Please sign in to comment.