Skip to content

Commit

Permalink
Release 1.0.177
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 5, 2024
1 parent 1fd8d92 commit bbb18e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_test"
version = "1.0.176"
version = "1.0.177"
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
categories = ["development-tools::testing"]
description = "Token De/Serializer for testing De/Serialize implementations"
Expand Down
2 changes: 1 addition & 1 deletion 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.176")]
#![doc(html_root_url = "https://docs.rs/serde_test/1.0.177")]
// Ignored clippy lints
#![allow(clippy::float_cmp, clippy::needless_doctest_main)]
// Ignored clippy_pedantic lints
Expand Down

0 comments on commit bbb18e2

Please sign in to comment.