Skip to content

Commit

Permalink
Release 0.15.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 2, 2018
1 parent 38012de commit 445f70a
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-next"
version = "0.15.0-rc2" # don't forget to update html_root_url
version = "0.15.0-rc3" # don't forget to update html_root_url
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 @@ -253,7 +253,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-next/0.15.0-rc2")]
#![doc(html_root_url = "https://docs.rs/syn-next/0.15.0-rc3")]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Ignored clippy lints.
#![cfg_attr(
Expand Down

0 comments on commit 445f70a

Please sign in to comment.