Skip to content

Commit 422da85

Browse files
committed
Release 0.2.3
1 parent a887baa commit 422da85

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_json_lenient"
3-
version = "0.2.2" # remember to update html_root_url
3+
version = "0.2.3" # remember to update html_root_url
44
authors = [
55
"Adrian Taylor <[email protected]>",
66
"Michael Bolin <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
//! [macro]: crate::json
309309
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
310310
311-
#![doc(html_root_url = "https://docs.rs/serde_json_lenient/0.2.2")]
311+
#![doc(html_root_url = "https://docs.rs/serde_json_lenient/0.2.3")]
312312
// Ignored clippy lints
313313
#![allow(
314314
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)