From f65bf895b88e1b0113897b70ad2332d7c4fb322d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 20 Apr 2017 08:36:05 -0700 Subject: [PATCH] Release 0.10.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5623b58..ac9747a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.1.0" # remember to update html_root_url +version = "0.10.0" # remember to update html_root_url authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Optimized handling of `&[u8]` and `Vec` for Serde" diff --git a/src/lib.rs b/src/lib.rs index 435be69..6e44ac3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,7 @@ //! //! [rust-lang/rust#31844]: https://github.com/rust-lang/rust/issues/31844 -#![doc(html_root_url = "https://docs.rs/serde_bytes/0.1.0")] +#![doc(html_root_url = "https://docs.rs/serde_bytes/0.10.0")] #![cfg_attr(not(feature = "std"), no_std)] #![cfg_attr(feature = "collections", feature(collections))] #![deny(missing_docs)]