Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 2, 2024
1 parent d939245 commit 5775681
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_ignored"
version = "0.1.9"
version = "0.1.10"
authors = ["David Tolnay <[email protected]>"]
categories = ["encoding", "no-std"]
description = "Find out about keys that are ignored when deserializing data"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
//! ```

#![no_std]
#![doc(html_root_url = "https://docs.rs/serde_ignored/0.1.9")]
#![doc(html_root_url = "https://docs.rs/serde_ignored/0.1.10")]
#![allow(clippy::missing_errors_doc)]

extern crate alloc;
Expand Down

0 comments on commit 5775681

Please sign in to comment.