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

Commit e5c1113

Browse files
committed
Release 0.8.19
1 parent 93a7ed1 commit e5c1113

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.18" # remember to update html_root_url, and readme for major versions
3+
version = "0.8.19" # remember to update html_root_url, and readme for major versions
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//! }
6666
//! ```
6767
68-
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.18")]
68+
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.19")]
6969
#![deny(missing_docs)]
7070
// Suppressed clippy_pedantic lints
7171
#![allow(

0 commit comments

Comments
 (0)