diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index 010474f..a9084a5 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_test" -version = "1.0.168" # remember to update html_root_url +version = "1.0.169" # 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 b134270..329cc2a 100644 --- a/serde_test/src/lib.rs +++ b/serde_test/src/lib.rs @@ -144,7 +144,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_test/1.0.168")] +#![doc(html_root_url = "https://docs.rs/serde_test/1.0.169")] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] // Ignored clippy lints #![cfg_attr(feature = "cargo-clippy", allow(float_cmp, needless_doctest_main))]