Release 0.15.33

This commit is contained in:
David Tolnay 2019-04-25 18:58:38 -07:00
parent 44b831c84a
commit e21177e987
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]
name = "syn"
version = "0.15.32" # don't forget to update html_root_url and syn.json
version = "0.15.33" # don't forget to update html_root_url and syn.json
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Parser for Rust source code"

View File

@ -222,7 +222,7 @@
//! dynamic library libproc_macro from rustc toolchain.
// Syn types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/syn/0.15.32")]
#![doc(html_root_url = "https://docs.rs/syn/0.15.33")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Ignored clippy lints.

View File

@ -1,5 +1,5 @@
{
"version": "0.15.32",
"version": "0.15.33",
"types": [
{
"ident": "Abi",