aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-03-20 13:02:10 -0700
committerChih-Hung Hsieh <chh@google.com>2020-03-20 13:02:10 -0700
commit218e269f27cf34c525b7acc48614d69fe0ad1f74 (patch)
treed48a2f46d81c821133901f5c01bafaf8231dfe90 /METADATA
parent04bf40bbb86733c28bc3470599898d75f299312d (diff)
downloadsyn-218e269f27cf34c525b7acc48614d69fe0ad1f74.tar.gz
Update to latest syn-1.0.16
* fill back missing NOTICE,METADATA,*LICENSE* files Bug: 150877376 Test: make Test: atest --host -c --include-subdirs external/rust/crates Change-Id: Ib5df6b8fb97764214e701a888e44fab3a4245800
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA13
1 files changed, 7 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index b3cf5755..314c2d71 100644
--- a/METADATA
+++ b/METADATA
@@ -1,8 +1,5 @@
name: "syn"
-description:
- "Syn is a parsing library for parsing a stream of Rust tokens into a syntax "
- "tree of Rust source code."
-
+description: "Syn is a parsing library for parsing a stream of Rust tokens into a syntax tree of Rust source code."
third_party {
url {
type: HOMEPAGE
@@ -12,6 +9,10 @@ third_party {
type: GIT
value: "https://github.com/dtolnay/syn"
}
- version: "1.0.7"
- last_upgrade_date { year: 2020 month: 3 day: 5 }
+ version: "1.0.16"
+ last_upgrade_date {
+ year: 2020
+ month: 3
+ day: 20
+ }
}