Skip to content

Commit 94b2c55

Browse files
committed
Fix Haiku build by updating tempfile to 3.7.1
Stebalien/tempfile#246
1 parent 78a4d9e commit 94b2c55

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
@@ -80,9 +80,7 @@ assert-impl = "0.1"
8080
lazy_static = "1.4"
8181
parking_lot = "0.12"
8282
rand = "0.8"
83-
# tempfile 3.7.0 doesn't build on Haiku
84-
# https://github.com/Stebalien/tempfile/issues/246
85-
tempfile = ">=3.3.0, < 3.7.0"
83+
tempfile = "3.7.1"
8684
semver = "1.0.7"
8785

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

0 commit comments

Comments
 (0)