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.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 8, 2022
1 parent 474fdf7 commit c8bfe34
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.24" # remember to update html_root_url, and readme for major versions
version = "0.8.25" # remember to update html_root_url, and readme for major versions
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.46"
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.24")]
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.25")]
#![deny(missing_docs)]
// Suppressed clippy_pedantic lints
#![allow(
Expand Down

0 comments on commit c8bfe34

Please sign in to comment.