Skip to content
Snippets Groups Projects
Commit 355a6629 authored by Carl Lerche's avatar Carl Lerche
Browse files

Bump version

parent 3d169f1f
No related branches found
No related tags found
No related merge requests found
# 0.5.0 (unreleased)
# 0.4.6 (Janary 8, 2018)
* Implement FromIterator for Bytes/BytesMut (#148).
......
[package]
name = "bytes"
version = "0.4.6" # don't forget to update html_root_url
version = "0.5.0" # don't forget to update html_root_url
license = "MIT/Apache-2.0"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Types and traits for working with bytes"
......
......@@ -69,7 +69,7 @@
//! and `BufMut` are infallible.
#![deny(warnings, missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/bytes/0.4.6")]
#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
extern crate byteorder;
extern crate iovec;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment