Skip to content

Commit dc5f8ee

Browse files
bors[bot]asomers
andcommitted
Merge #1094
1094: Restrict tempfile to < 3.0.9 r=asomers a=asomers tempfile release 3.0.9 raised the MSRV without a minor version bump. See Stebalien/tempfile#100 Co-authored-by: Alan Somers <[email protected]>
2 parents 7fa4f23 + 98531c8 commit dc5f8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cc = "1"
2828
bytes = "0.4.8"
2929
lazy_static = "1.2"
3030
rand = ">= 0.6, < 0.7"
31-
tempfile = "3.0.5"
31+
tempfile = ">= 3.0.5, < 3.0.9"
3232

3333
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
3434
caps = "0.3.1"

0 commit comments

Comments
 (0)