diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index e195d7d..f673fc6 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_test" -version = "1.0.160" # remember to update html_root_url +version = "1.0.161" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] build = "build.rs" categories = ["development-tools::testing"] diff --git a/serde_test/src/lib.rs b/serde_test/src/lib.rs index e56e220..89cce8b 100644 --- a/serde_test/src/lib.rs +++ b/serde_test/src/lib.rs @@ -140,7 +140,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_test/1.0.160")] +#![doc(html_root_url = "https://docs.rs/serde_test/1.0.161")] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] // Ignored clippy lints #![cfg_attr(feature = "cargo-clippy", allow(float_cmp, needless_doctest_main))]