Skip to content

Commit 68fe3ab

Browse files
committed
Release 0.11.8
1 parent c90173f commit 68fe3ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_bytes"
3-
version = "0.11.7" # remember to update html_root_url
3+
version = "0.11.8" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["encoding", "no-std"]
66
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"

src/lib.rs

+1-1
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.7")]
30+
#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.8")]
3131
#![cfg_attr(not(feature = "std"), no_std)]
3232
#![deny(missing_docs)]
3333
#![allow(

0 commit comments

Comments
 (0)