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 a887baa commit 422da85Copy full SHA for 422da85
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_json_lenient"
3
-version = "0.2.2" # remember to update html_root_url
+version = "0.2.3" # remember to update html_root_url
4
authors = [
5
"Adrian Taylor <[email protected]>",
6
"Michael Bolin <[email protected]>",
src/lib.rs
@@ -308,7 +308,7 @@
308
//! [macro]: crate::json
309
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
310
311
-#![doc(html_root_url = "https://docs.rs/serde_json_lenient/0.2.2")]
+#![doc(html_root_url = "https://docs.rs/serde_json_lenient/0.2.3")]
312
// Ignored clippy lints
313
#![allow(
314
clippy::collapsible_else_if,
0 commit comments