Skip to content

Commit

Permalink
Release 0.15.32
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 17, 2019
1 parent 01c0410 commit 643b96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syn"
version = "0.15.31" # don't forget to update html_root_url and syn.json
version = "0.15.32" # don't forget to update html_root_url and syn.json
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Parser for Rust source code"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.31")]
#![doc(html_root_url = "https://docs.rs/syn/0.15.32")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Ignored clippy lints.
Expand Down
2 changes: 1 addition & 1 deletion syn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.31",
"version": "0.15.32",
"types": [
{
"ident": "Abi",
Expand Down

0 comments on commit 643b96d

Please sign in to comment.