From 5c1a59b5c00c923dae14cb09c963dda6fccc182d Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 27 Nov 2019 15:06:33 -0500 Subject: [PATCH] Update README.md (#320) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6931eb9..afc2ed2 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.4.12" +bytes = "0.5" ``` 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.4.12", features = ["serde"] } +bytes = { version = "0.5", features = ["serde"] } ``` ## License