diff --git a/Cargo.toml b/Cargo.toml index 7e0dd186..30f800b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_yaml" -version = "0.8.2" +version = "0.8.3" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "YAML support for Serde" diff --git a/src/lib.rs b/src/lib.rs index 375008d5..421b8da8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -60,7 +60,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.2")] +#![doc(html_root_url = "https://docs.rs/serde_yaml/0.8.3")] #![deny(missing_docs)] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Whitelisted clippy lints