aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-12 00:43:28 -0700
committerHaibo Huang <hhb@google.com>2020-05-12 00:43:28 -0700
commit71f65d4a36b6a415019b8068d1af02fa9c7418ba (patch)
tree19f044baff7a9c461651daf4e10832aaf429d998 /Cargo.toml
parent2cfca3511b4da5d151e2c0cb3975beabba08dd4c (diff)
downloadplatform_external_rust_crates_syn-71f65d4a36b6a415019b8068d1af02fa9c7418ba.tar.gz
platform_external_rust_crates_syn-71f65d4a36b6a415019b8068d1af02fa9c7418ba.tar.bz2
platform_external_rust_crates_syn-71f65d4a36b6a415019b8068d1af02fa9c7418ba.zip
Upgrade rust/crates/syn to 1.0.20
Test: None Change-Id: Iaa0f8b7a33518d375dc43462e38eded50e390b88
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 9ef9382d..c2e2675c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "syn"
-version = "1.0.19"
+version = "1.0.20"
authors = ["David Tolnay <dtolnay@gmail.com>"]
include = ["/benches/**", "/build.rs", "/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**"]
description = "Parser for Rust source code"