Skip to content

Commit 5ea2adb

Browse files
committed
Release 0.11.14
1 parent 118e4b8 commit 5ea2adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.13"
3+
version = "0.11.14"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["encoding", "no-std", "no-std::no-alloc"]
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
@@ -30,7 +30,7 @@
3030
//! }
3131
//! ```
3232
33-
#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.13")]
33+
#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.14")]
3434
#![cfg_attr(not(feature = "std"), no_std)]
3535
#![deny(missing_docs)]
3636
#![allow(

0 commit comments

Comments
 (0)