Skip to content

Commit

Permalink
Release 1.0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 8, 2023
1 parent 4fd4850 commit 0ebeede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde_json"
version = "1.0.92" # remember to update html_root_url
version = "1.0.93" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "parser-implementations", "no-std"]
description = "A JSON serialization file format"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -300,7 +300,7 @@
//! [macro]: crate::json
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core

#![doc(html_root_url = "https://docs.rs/serde_json/1.0.92")]
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.93")]
// Ignored clippy lints
#![allow(
clippy::collapsible_else_if,
Expand Down

0 comments on commit 0ebeede

Please sign in to comment.