From d1294b3ad549874d5035752ac62b4eb75cee5060 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 25 Jul 2023 22:35:10 -0700 Subject: [PATCH] Release 1.0.176 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6fc173e..8d0e73e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_test" -version = "1.0.175" # remember to update html_root_url +version = "1.0.176" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] categories = ["development-tools::testing"] description = "Token De/Serializer for testing De/Serialize implementations" diff --git a/src/lib.rs b/src/lib.rs index 6377d6a..4e3a9f2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -144,7 +144,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/serde_test/1.0.175")] +#![doc(html_root_url = "https://docs.rs/serde_test/1.0.176")] // Ignored clippy lints #![allow(clippy::float_cmp, clippy::needless_doctest_main)] // Ignored clippy_pedantic lints