Skip to content

Commit 9e9c298

Browse files
committed
Release 0.1.18
1 parent caf49d3 commit 9e9c298

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.17"
3+
version = "0.1.18"
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.17")]
56+
#![doc(html_root_url = "https://docs.rs/serde_path_to_error/0.1.18")]
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)