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.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 18, 2021
1 parent 6c06bd3 commit 51ee45d
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.17" # remember to update html_root_url, and readme for major versions
version = "0.8.18" # 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 @@ -65,7 +65,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.17")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.18")]
#![deny(missing_docs)]
// Suppressed clippy_pedantic lints
#![allow(
Expand Down

0 comments on commit 51ee45d

Please sign in to comment.