commit | bab991e33278bd1885b8227a9b6d6ad5a89309c4 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Tue Sep 27 12:57:20 2022 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Tue Sep 27 21:00:02 2022 +0000 |
tree | 41da5fa625dc8d5d57831d4d8386e8e645a39f45 | |
parent | b966f253257539b7f9d995c8c924959c08f3b93b [diff] |
Specify proc-macro2 version to 1.0.43 Avoid breakage from newer versions Fix: 249336146 Change-Id: I59d0151a4f5b731bc40d3d131a5a214208cf1a88
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 212801e..09be5de 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml
@@ -10,4 +10,4 @@ [dependencies] syn = { version = "1.0.6", features = ["full", "extra-traits"] } quote = "1.0.2" -proc-macro2 = "1.0.6" +proc-macro2 = "=1.0.43"