Skip to content

Commit

Permalink
Merge #1094
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and asomers committed Jul 1, 2019
2 parents 7fa4f23 + 98531c8 commit dc5f8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc5f8ee

Please sign in to comment.