aboutsummaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Collapse)Author
2021-01-05Upgrade rust/crates/syn to 1.0.58Haibo Huang
Test: make Change-Id: Ie9cd9adfad50922610eabc0714e0f0eb76b9ff39
2020-04-23Upgrade rust/crates/syn to 1.0.18Haibo Huang
Test: None Change-Id: Icdd0d591a6986f723c14cc32bdf970d0ee818596
2020-03-20Update to latest syn-1.0.16Chih-Hung Hsieh
* fill back missing NOTICE,METADATA,*LICENSE* files Bug: 150877376 Test: make Test: atest --host -c --include-subdirs external/rust/crates Change-Id: Ib5df6b8fb97764214e701a888e44fab3a4245800
2020-03-19Remove old 0.15.42; used only by old crosvm.Chih-Hung Hsieh
* 1.0.7 becomes the default Test: make Bug: 151628085 Change-Id: Iad2f9c69b43d0bbf66fadce54078b11e98cc582e
2019-11-05Add latest 1.0.7, prepare to upgrade.Chih-Hung Hsieh
* Move current to 0.15.42; add missing .cargo_vc_info.json. * Default libsyn is now 0.15.42 for current dependent crates. * Later we can switch to default 1.0.7 and add new crates that need newer syn. Old crates will need to specify libsyn-0.15.42. * Keeping multiple versions when necessary under one directory and each with its own version number seems to be easier to add/upgrade/switch to new versions. Bug: 143477201 Test: mm in all rust projects Change-Id: I6e50de6dd8cc31dcd4371e79c84ed6927f925270
2019-06-26Support `Token![$]` for `token::Dollar` as documentedJannis Harder
2019-04-22Require rustc that can support assoc consts for peek_anyDavid Tolnay
2019-03-10Disable nightly-only tests on non nightly compilerDavid Tolnay
2018-11-11Make parse errors implement Send and SyncDavid Tolnay
2018-10-06Call the right quote from parse_quote on sufficiently new compilersDavid Tolnay