Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Release 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 10, 2020
1 parent 7cb74ac commit d6b815a
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_yaml"
version = "0.8.11" # remember to update html_root_url, and readme for major versions
version = "0.8.12" # remember to update html_root_url, and readme for major versions
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -57,7 +57,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.11")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.12")]
#![deny(missing_docs)]
#![deny(clippy::all, clippy::pedantic)]
// Suppressed clippy_pedantic lints
Expand Down

0 comments on commit d6b815a

Please sign in to comment.