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 4d296f5 commit 6b45d3dCopy full SHA for 6b45d3d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_path_to_error"
3
-version = "0.1.18"
+version = "0.1.19"
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.18")]
+#![doc(html_root_url = "https://docs.rs/serde_path_to_error/0.1.19")]
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