aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-06-08 06:13:31 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-06-08 06:13:31 -0700
commit848f676fcf23223eb0727691731e4e2567e2044d (patch)
tree3c4f10e16d72140fbb5214da10307af4308d8940 /Cargo.toml
parent5b351e5a821149e3dab44b26048764bc766b36e7 (diff)
downloadplatform_external_rust_crates_syn-848f676fcf23223eb0727691731e4e2567e2044d.tar.gz
platform_external_rust_crates_syn-848f676fcf23223eb0727691731e4e2567e2044d.tar.bz2
platform_external_rust_crates_syn-848f676fcf23223eb0727691731e4e2567e2044d.zip
Release 0.15.35
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7972694b..10625ee3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn"
-version = "0.15.34" # don't forget to update html_root_url and syn.json
+version = "0.15.35" # 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"