mirror of
https://github.com/serde-rs/json.git
synced 2026-04-19 21:26:07 +00:00
Release 1.0.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serde_json"
|
||||
version = "1.0.2" # remember to update html_root_url
|
||||
version = "1.0.3" # remember to update html_root_url
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A JSON serialization file format"
|
||||
|
||||
@@ -292,7 +292,7 @@
|
||||
//! [to_writer]: https://docs.serde.rs/serde_json/ser/fn.to_writer.html
|
||||
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.2")]
|
||||
#![doc(html_root_url = "https://docs.rs/serde_json/1.0.3")]
|
||||
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
|
||||
// Because of "JavaScript"... fixed in Manishearth/rust-clippy#1071
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(doc_markdown))]
|
||||
|
||||
Reference in New Issue
Block a user