diff --git a/Cargo.toml b/Cargo.toml index de44e1a0..f17e42f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.26" +version = "0.9.27" authors = ["David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/src/lib.rs b/src/lib.rs index 4b8a8f23..f22cee9d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.26")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.27")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(