We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf49d3 commit 9e9c298Copy full SHA for 9e9c298
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_path_to_error"
3
-version = "0.1.17"
+version = "0.1.18"
4
authors = ["David Tolnay <[email protected]>"]
5
categories = ["encoding"]
6
description = "Path to the element that failed to deserialize"
src/lib.rs
@@ -53,7 +53,7 @@
53
//! }
54
//! ```
55
56
-#![doc(html_root_url = "https://docs.rs/serde_path_to_error/0.1.17")]
+#![doc(html_root_url = "https://docs.rs/serde_path_to_error/0.1.18")]
57
#![allow(
58
clippy::doc_link_with_quotes, // https://github.com/rust-lang/rust-clippy/issues/8961
59
clippy::elidable_lifetime_names,
0 commit comments