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

Commit

Permalink
Release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 13, 2022
1 parent c5ca887 commit 9b37aca
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.9.4" # remember to update html_root_url, and readme for major versions
version = "0.9.5" # remember to update html_root_url, and readme for major versions
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "parser-implementations"]
description = "YAML data format for Serde"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -115,7 +115,7 @@
//! }
//! ```

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

0 comments on commit 9b37aca

Please sign in to comment.