Skip to content

Commit

Permalink
Release 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 12, 2018
1 parent e0759c9 commit 0f9c5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12.3" # don't forget to update html_root_url
version = "0.12.4" # don't forget to update html_root_url
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Nom 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 @@ -256,7 +256,7 @@
//! types.

// Syn types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/syn/0.12.3")]
#![doc(html_root_url = "https://docs.rs/syn/0.12.4")]
#![cfg_attr(feature = "cargo-clippy",
allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool,
redundant_closure, needless_pass_by_value))]
Expand Down

0 comments on commit 0f9c5cc

Please sign in to comment.