diff --git a/Cargo.toml b/Cargo.toml index 0b7bcb0a..1ebf9efe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.17" # remember to update html_root_url +version = "0.9.18" # remember to update html_root_url authors = ["David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/src/lib.rs b/src/lib.rs index 0c19c3b9..91a6b9fe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.17")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.18")] #![deny(missing_docs)] // Suppressed clippy_pedantic lints #![allow(