Skip to content

Commit 131e238

Browse files
committed
Relax the tempfile requirement, and lock it to 3.6.0 during CI
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.
1 parent 8e6d9d4 commit 131e238

File tree

2 files changed

+41
-10
lines changed

2 files changed

+41
-10
lines changed

Cargo.lock.msrv

Lines changed: 40 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ assert-impl = "0.1"
8282
lazy_static = "1.4"
8383
parking_lot = "0.12"
8484
rand = "0.8"
85-
tempfile = "3.7.1"
85+
tempfile = "3.3"
8686
semver = "1.0.7"
8787

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

0 commit comments

Comments
 (0)