diff --git a/README.md b/README.md index 73c43abc8..9ccc7852e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`: ```toml [dependencies] -bytes = "0.5" +bytes = "0.6" ``` Next, add this to your crate: @@ -33,7 +33,7 @@ Serde support is optional and disabled by default. To enable use the feature `se ```toml [dependencies] -bytes = { version = "0.5", features = ["serde"] } +bytes = { version = "0.6", features = ["serde"] } ``` ## License