diff --git a/Cargo.toml b/Cargo.toml index e97081c8..f32b3de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.9.29" +version = "0.9.30" authors = ["David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde" diff --git a/src/lib.rs b/src/lib.rs index 78a8bf30..2d4f7fe0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -115,7 +115,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.29")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.30")] #![deny(missing_docs, unsafe_op_in_unsafe_fn)] // Suppressed clippy_pedantic lints #![allow(