We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e7794 commit 31162fdCopy full SHA for 31162fd
Cargo.toml
@@ -80,7 +80,9 @@ assert-impl = "0.1"
80
lazy_static = "1.4"
81
parking_lot = "0.12"
82
rand = "0.8"
83
-tempfile = "3.3.0"
+# 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"
86
semver = "1.0.7"
87
88
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
0 commit comments