Release 1.0.103

This commit is contained in:
David Tolnay
2019-11-24 16:15:13 -08:00
parent ff70409215
commit 43a9f59c18
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
//!
//! [https://serde.rs/derive.html]: https://serde.rs/derive.html
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.102")]
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.103")]
#![allow(unknown_lints, bare_trait_objects)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]