diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index 6831a61..5efc6ff 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_test" -version = "1.0.174" # remember to update html_root_url +version = "1.0.175" # 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 e85ec3d..e0f3dea 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.174")] +#![doc(html_root_url = "https://docs.rs/serde_test/1.0.175")] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] // Ignored clippy lints #![cfg_attr(feature = "cargo-clippy", allow(float_cmp, needless_doctest_main))]