From 98531c8f04bc23fb632c08e06dc4e56284b9c027 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 30 Jun 2019 21:05:25 -0600 Subject: Restrict tempfile to < 3.0.9 tempfile release 3.0.9 raised the MSRV without a minor version bump. See https://github.com/Stebalien/tempfile/issues/100 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 622e4331..6b9f7517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ cc = "1" bytes = "0.4.8" lazy_static = "1.2" rand = ">= 0.6, < 0.7" -tempfile = "3.0.5" +tempfile = ">= 3.0.5, < 3.0.9" [target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies] caps = "0.3.1" -- cgit v1.2.3