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 78a4d9e commit 94b2c55Copy full SHA for 94b2c55
Cargo.toml
@@ -80,9 +80,7 @@ assert-impl = "0.1"
80
lazy_static = "1.4"
81
parking_lot = "0.12"
82
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"
+tempfile = "3.7.1"
86
semver = "1.0.7"
87
88
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
0 commit comments