From 5890c18da5f3c89788dd85f374516566b2881b25 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 30 Jun 2017 16:41:27 -0700 Subject: [PATCH] Release 0.10.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9cedea5..ef3e79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.10.0" # remember to update html_root_url +version = "0.10.1" # 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 6a04862..eed984a 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.10.0")] +#![doc(html_root_url = "https://docs.rs/serde_bytes/0.10.1")] #![cfg_attr(not(feature = "std"), no_std)] #![cfg_attr(feature = "alloc", feature(alloc))] #![deny(missing_docs)]