Skip to content

Commit ac5de6b

Browse files
bors[bot]atouchet
andauthored
Merge #1126
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 <[email protected]>
2 parents 762990a + 6613e50 commit ac5de6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ cc = "1"
2727
[dev-dependencies]
2828
bytes = "0.4.8"
2929
lazy_static = "1.2"
30-
rand = ">= 0.6, < 0.7"
31-
tempfile = ">= 3.0.5, < 3.0.9"
30+
rand = "0.6"
31+
tempfile = "3.0.5"
3232

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

0 commit comments

Comments
 (0)