aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-04-25 18:58:38 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-04-25 18:58:38 -0700
commite21177e9879d912553a6b7deb3123bdd8a79a398 (patch)
treeb30261a367fce293beba3e14d81ed3bf8acc21db /Cargo.toml
parent44b831c84a9e3461905c4b609af82aeb7dafbae5 (diff)
downloadplatform_external_rust_crates_syn-e21177e9879d912553a6b7deb3123bdd8a79a398.tar.gz
platform_external_rust_crates_syn-e21177e9879d912553a6b7deb3123bdd8a79a398.tar.bz2
platform_external_rust_crates_syn-e21177e9879d912553a6b7deb3123bdd8a79a398.zip
Release 0.15.33
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 e85c25eb..6658cc8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn"
-version = "0.15.32" # don't forget to update html_root_url and syn.json
+version = "0.15.33" # don't forget to update html_root_url and syn.json
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Parser for Rust source code"