Skip to content

Commit 014f9c0

Browse files
committed
broaden bytes dep to include version 0.5.z through 1.y
1 parent 95c338e commit 014f9c0

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
@@ -22,7 +22,7 @@ categories = ["web-programming"]
2222
edition = "2018"
2323

2424
[dependencies]
25-
bytes = "1"
25+
bytes = ">=0.5.2, <2.0.0"
2626
fnv = "1.0.5"
2727
itoa = "0.4.1"
2828

0 commit comments

Comments
 (0)