Skip to content

Commit 6b45d3d

Browse files
committed
Release 0.1.19
1 parent 4d296f5 commit 6b45d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_path_to_error"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["encoding"]
66
description = "Path to the element that failed to deserialize"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
//! }
5454
//! ```
5555
56-
#![doc(html_root_url = "https://docs.rs/serde_path_to_error/0.1.18")]
56+
#![doc(html_root_url = "https://docs.rs/serde_path_to_error/0.1.19")]
5757
#![allow(
5858
clippy::doc_link_with_quotes, // https://github.com/rust-lang/rust-clippy/issues/8961
5959
clippy::elidable_lifetime_names,

0 commit comments

Comments
 (0)