Release 1.0.53

This commit is contained in:
David Tolnay 2020-11-29 21:25:59 -08:00
parent 37dff90481
commit da1818e7ee
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "syn" name = "syn"
version = "1.0.52" # don't forget to update html_root_url and syn.json version = "1.0.53" # don't forget to update html_root_url and syn.json
authors = ["David Tolnay <dtolnay@gmail.com>"] authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Parser for Rust source code" description = "Parser for Rust source code"

View File

@ -250,7 +250,7 @@
//! dynamic library libproc_macro from rustc toolchain. //! dynamic library libproc_macro from rustc toolchain.
// Syn types in rustdoc of other crates get linked to here. // Syn types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/syn/1.0.52")] #![doc(html_root_url = "https://docs.rs/syn/1.0.53")]
#![cfg_attr(doc_cfg, feature(doc_cfg))] #![cfg_attr(doc_cfg, feature(doc_cfg))]
#![deny(clippy::all, clippy::pedantic)] #![deny(clippy::all, clippy::pedantic)]
// Ignored clippy lints. // Ignored clippy lints.

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.52", "version": "1.0.53",
"types": [ "types": [
{ {
"ident": "Abi", "ident": "Abi",