Release 1.0.101

This commit is contained in:
David Tolnay
2019-09-16 00:32:28 -07:00
parent fe06bc2f88
commit 4aba6fae78
6 changed files with 6 additions and 6 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.100")]
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.101")]
#![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))]