We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32291a2 commit 72a3041Copy full SHA for 72a3041
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_bytes"
3
-version = "0.11.11" # remember to update html_root_url
+version = "0.11.12" # remember to update html_root_url
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["encoding", "no-std", "no-std::no-alloc"]
6
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
src/lib.rs
@@ -27,7 +27,7 @@
27
//! }
28
//! ```
29
30
-#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.11")]
+#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.12")]
31
#![cfg_attr(not(feature = "std"), no_std)]
32
#![deny(missing_docs)]
33
#![allow(
0 commit comments