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

Commit fc90a86

Browse files
committed
Release 0.8.7
1 parent de54ed5 commit fc90a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_yaml"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "YAML support for Serde"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
//! # }
6161
//! ```
6262
63-
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.6")]
63+
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.7")]
6464
#![deny(missing_docs)]
6565
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
6666
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]

0 commit comments

Comments
 (0)