Skip to content

Commit

Permalink
Release 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 3, 2022
1 parent 306113f commit 29c9985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde_bytes"
version = "0.11.6" # remember to update html_root_url
version = "0.11.7" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -27,7 +27,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.6")]
#![doc(html_root_url = "https://docs.rs/serde_bytes/0.11.7")]
#![cfg_attr(not(feature = "std"), no_std)]
#![deny(missing_docs)]
#![allow(
Expand Down

0 comments on commit 29c9985

Please sign in to comment.