Skip to content

Commit

Permalink
Merge #1126
Browse files Browse the repository at this point in the history
1126: Relax some dependency versions r=asomers a=atouchet

The minimum supported Rust version was bumped in #1108 so these restrictions are no longer necessary.

Co-authored-by: Alex Touchet <alextouchet@outlook.com>
  • Loading branch information
bors[bot] and atouchet committed Sep 21, 2019
2 parents 762990a + 6613e50 commit ac5de6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cc = "1"
[dev-dependencies]
bytes = "0.4.8"
lazy_static = "1.2"
rand = ">= 0.6, < 0.7"
tempfile = ">= 3.0.5, < 3.0.9"
rand = "0.6"
tempfile = "3.0.5"

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

0 comments on commit ac5de6b

Please sign in to comment.