From 293e2aa580e5695f179507500738a4c8fc65ad82 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Fri, 17 Jul 2020 17:53:16 -0700 Subject: Upgrade rust/crates/bytes to 0.5.6 Change-Id: Ib95c402dc50956f33008f634e79291a91157cc8d --- Cargo.toml.orig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml.orig') diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 69b7361..bcb8f17 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -6,7 +6,7 @@ name = "bytes" # - Update CHANGELOG.md. # - Update doc URL. # - Create "v0.5.x" git tag. -version = "0.5.5" +version = "0.5.6" license = "MIT" authors = [ "Carl Lerche ", @@ -30,5 +30,5 @@ serde = { version = "1.0.60", optional = true, default-features = false, feature [dev-dependencies] serde_test = "1.0" -[target.'cfg(loom)'.dependencies] +[target.'cfg(loom)'.dev-dependencies] loom = "0.3" -- cgit v1.2.3