Skip to content

Commit

Permalink
Fix Haiku build by updating tempfile to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Aug 27, 2023
1 parent d87d401 commit 8b66e07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ assert-impl = "0.1"
lazy_static = "1.4"
parking_lot = "0.12"
rand = "0.8"
# tempfile 3.7.0 doesn't build on Haiku
# https://github.com/Stebalien/tempfile/issues/246
tempfile = ">=3.3.0, < 3.7.0"
tempfile = "3.7.1"
semver = "1.0.7"

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

0 comments on commit 8b66e07

Please sign in to comment.