summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-06-02 17:48:42 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-06-02 17:48:42 +0000
commit5215a6d1619070f26e65d0a1a78bf3ef52f78249 (patch)
tree30705ab00ec11bceb47b99d86de6be2e85407bf1 /Cargo.toml
parent71da242de0c30c11e5d113730370681c69991806 (diff)
parent5f43cc83cb27712b87c6c4a93e944df1a637bcd9 (diff)
downloadnix-5215a6d1619070f26e65d0a1a78bf3ef52f78249.zip
Merge #910
910: Specify bytes version r=Susurrus a=Susurrus Needed to do this for the v0.11.0 release, but I missed it on my first pass through. Also updated the release notes to hopefully prevent this error in the future. Co-authored-by: Bryant Mairs <bryantmairs@google.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
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"