From 4626dc069e612d90adaac1731ec6933bdf9ec6b4 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sat, 31 Oct 2020 23:20:16 -0400 Subject: [PATCH 1/3] Upgrade bytes version from 0.5 to 0.6.0 in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73c43abc8..3118145b4 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.0" ``` 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.0", features = ["serde"] } ``` ## License From b62140eb3df3d6ebbf25bd0db55f7524f3994db3 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sun, 1 Nov 2020 10:02:37 -0500 Subject: [PATCH 2/3] Update README.md Co-authored-by: Taiki Endo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3118145b4..5fc9e0a79 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.6.0" +bytes = "0.6" ``` Next, add this to your crate: From 3905c399cce9f68568684098f9af2a1586def030 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sun, 1 Nov 2020 10:02:45 -0500 Subject: [PATCH 3/3] Update README.md Co-authored-by: Taiki Endo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc9e0a79..9ccc7852e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Serde support is optional and disabled by default. To enable use the feature `se ```toml [dependencies] -bytes = { version = "0.6.0", features = ["serde"] } +bytes = { version = "0.6", features = ["serde"] } ``` ## License