aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-06-27 00:01:20 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-06-27 09:08:20 -0700
commit49a674c76e19c41a26210b47f72ddad1e425ff34 (patch)
tree1472cc0089ae8c99572cff0bd68cc3a8f525f36f
parent6897bc256b3d57959c9d40d024b839957d6d0f94 (diff)
downloadsyn-49a674c76e19c41a26210b47f72ddad1e425ff34.tar.gz
Release 0.15.39
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
-rw-r--r--syn.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4a14faf..070147c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn"
-version = "0.15.38" # don't forget to update html_root_url and syn.json
+version = "0.15.39" # don't forget to update html_root_url and syn.json
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Parser for Rust source code"
diff --git a/src/lib.rs b/src/lib.rs
index 03d59f3f..6027ecf5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -235,7 +235,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.38")]
+#![doc(html_root_url = "https://docs.rs/syn/0.15.39")]
#![allow(unknown_lints, bare_trait_objects, ellipsis_inclusive_range_patterns)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
diff --git a/syn.json b/syn.json
index 18a7be8b..3473d7bc 100644
--- a/syn.json
+++ b/syn.json
@@ -1,5 +1,5 @@
{
- "version": "0.15.38",
+ "version": "0.15.39",
"types": [
{
"ident": "Abi",