Skip to content

Commit 8b66e07

Browse files
committed
Fix Haiku build by updating tempfile to 3.7.1
Stebalien/tempfile#246
1 parent d87d401 commit 8b66e07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ assert-impl = "0.1"
8282
lazy_static = "1.4"
8383
parking_lot = "0.12"
8484
rand = "0.8"
85-
# tempfile 3.7.0 doesn't build on Haiku
86-
# https://github.com/Stebalien/tempfile/issues/246
87-
tempfile = ">=3.3.0, < 3.7.0"
85+
tempfile = "3.7.1"
8886
semver = "1.0.7"
8987

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

0 commit comments

Comments
 (0)