Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 30, 2022
1 parent 2a99926 commit 14192fc
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.2" # update html_root_url and version in readme
version = "0.1.3" # update html_root_url and version in readme
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
rust-version = "1.31"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
//! # fn main() { try_main().unwrap() }
//! ```
#![doc(html_root_url = "https://docs.rs/serde_ignored/0.1.2")]
#![doc(html_root_url = "https://docs.rs/serde_ignored/0.1.3")]
#![allow(clippy::missing_errors_doc)]

use serde::de::{self, Deserialize, DeserializeSeed, Visitor};
Expand Down

0 comments on commit 14192fc

Please sign in to comment.