Skip to content

Commit

Permalink
Release 1.0.149
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 5, 2022
1 parent 5f90668 commit 76b91e5
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_test"
version = "1.0.148" # remember to update html_root_url
version = "1.0.149" # 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
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
//! # }
//! ```

#![doc(html_root_url = "https://docs.rs/serde_test/1.0.148")]
#![doc(html_root_url = "https://docs.rs/serde_test/1.0.149")]
#![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 76b91e5

Please sign in to comment.