diff --git a/serde_test/Cargo.toml b/serde_test/Cargo.toml index 54c17b4..22d1c03 100644 --- a/serde_test/Cargo.toml +++ b/serde_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_test" -version = "1.0.137" # remember to update html_root_url +version = "1.0.138" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] rust-version = "1.13" license = "MIT OR Apache-2.0" diff --git a/serde_test/src/lib.rs b/serde_test/src/lib.rs index 19a7645..12599c4 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.137")] +#![doc(html_root_url = "https://docs.rs/serde_test/1.0.138")] #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] // Ignored clippy lints #![cfg_attr(feature = "cargo-clippy", allow(float_cmp, needless_doctest_main))]