From 39c6d7a51212dcfa339e62af153e7eacf33b5ac9 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sun, 1 Nov 2020 10:10:51 -0500 Subject: [PATCH] Upgrade bytes version from 0.5 to 0.6.0 in README (#441) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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