Skip to content

Commit

Permalink
Release 1.0.175
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 24, 2023
1 parent ad0bcbc commit 0a45bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"
categories = ["development-tools::testing"]
Expand Down
2 changes: 1 addition & 1 deletion serde_test/src/lib.rs
Expand Up @@ -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))]
Expand Down

0 comments on commit 0a45bbf

Please sign in to comment.