aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-07-22 12:17:58 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-07-22 21:44:16 -0700
commitd11d8c9022ed69f6e88a1e14a18a594d2fda1036 (patch)
treef5a93c99f5f42390b9ccb67215a746b95eaf6a96
parentdd52e0a79295f0692372d80e4e138d6a3919277f (diff)
downloadsyn-d11d8c9022ed69f6e88a1e14a18a594d2fda1036.tar.gz
Release 0.15.41
-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 f4769074..956f3ec9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn"
-version = "0.15.40" # don't forget to update html_root_url and syn.json
+version = "0.15.41" # 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 68e0ae5e..37dca995 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.40")]
+#![doc(html_root_url = "https://docs.rs/syn/0.15.41")]
#![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 58725bf3..c45c8355 100644
--- a/syn.json
+++ b/syn.json
@@ -1,5 +1,5 @@
{
- "version": "0.15.40",
+ "version": "0.15.41",
"types": [
{
"ident": "Abi",