Skip to content

Commit

Permalink
Relax the tempfile requirement, and lock it to 3.6.0 during CI
Browse files Browse the repository at this point in the history
To fix the build on the MSRV.  The build will fail if anybody tries to
use 3.7.0 (with any rustc version), but 3.7.1 is ok with newer
toolchains.
  • Loading branch information
asomers committed Aug 27, 2023
1 parent 8e6d9d4 commit 131e238
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 10 deletions.
49 changes: 40 additions & 9 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ assert-impl = "0.1"
lazy_static = "1.4"
parking_lot = "0.12"
rand = "0.8"
tempfile = "3.7.1"
tempfile = "3.3"
semver = "1.0.7"

[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
Expand Down

0 comments on commit 131e238

Please sign in to comment.