Skip to content

Commit 6613e50

Browse files
authored
Relax some dependency versions
1 parent e201dfd commit 6613e50

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)