Skip to content

Commit c4a0f37

Browse files
committed
fix minimal versions for bytestring
1 parent 0e64932 commit c4a0f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bytestring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "bytestring"
1818
path = "src/lib.rs"
1919

2020
[dependencies]
21-
bytes = "1"
21+
bytes = "1.2"
2222
serde = { version = "1.0", optional = true }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)