Skip to content

Commit 4958df3

Browse files
committed
Release 0.11.1
1 parent 40f4a8f commit 4958df3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_bytes"
3-
version = "0.11.0" # remember to update html_root_url
3+
version = "0.11.1" # remember to update html_root_url
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//! }
2828
//! ```
2929
30-
#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.0")]
30+
#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.1")]
3131
#![cfg_attr(not(feature = "std"), no_std)]
3232
#![cfg_attr(feature = "alloc", feature(alloc))]
3333
#![deny(missing_docs)]

0 commit comments

Comments
 (0)