We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181d7db commit 34f3c7dCopy full SHA for 34f3c7d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_bytes"
3
-version = "0.11.18"
+version = "0.11.19"
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
@@ -30,7 +30,7 @@
30
//! }
31
//! ```
32
33
-#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.18")]
+#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.19")]
34
#![cfg_attr(not(feature = "std"), no_std)]
35
#![deny(missing_docs)]
36
#![allow(
0 commit comments