Skip to content

Commit 39c6d7a

Browse files
authored
Upgrade bytes version from 0.5 to 0.6.0 in README (#441)
1 parent b7f7582 commit 39c6d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:
1818

1919
```toml
2020
[dependencies]
21-
bytes = "0.5"
21+
bytes = "0.6"
2222
```
2323

2424
Next, add this to your crate:
@@ -33,7 +33,7 @@ Serde support is optional and disabled by default. To enable use the feature `se
3333

3434
```toml
3535
[dependencies]
36-
bytes = { version = "0.5", features = ["serde"] }
36+
bytes = { version = "0.6", features = ["serde"] }
3737
```
3838

3939
## License

0 commit comments

Comments
 (0)