From b92b36fd5adfb42f27d7f7c1a4d9ec6f7a8d3625 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sat, 2 Jun 2018 10:41:20 -0700 Subject: Specify bytes version --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 618be88a..9aabdd74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,7 @@ void = "1.0.2" cc = "1" [dev-dependencies] -# The examples use a new feature of Bytes which should be available in 0.4.7 -# https://github.com/carllerche/bytes/pull/192 -bytes = { git = "https://github.com/carllerche/bytes", rev = "ae1b454" } +bytes = "0.4.8" lazy_static = "1" rand = "0.4" tempdir = "0.3" -- cgit v1.2.3