commit | 9bcf75d3b67340018c12a664cc3f2684282ed392 | [log] [tgz] |
---|---|---|
author | Marcel Hlopko <hlopko@google.com> | Fri Jun 03 02:22:46 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 03 02:23:13 2022 -0700 |
tree | 3b35a4415f80c13717770510da5023c83d320ed4 | |
parent | 56413250f4fdc96ab1df0c4f32f94a66a5b26dd5 [diff] |
Add dependency on static_assertions PiperOrigin-RevId: 452721435
diff --git a/WORKSPACE b/WORKSPACE index 6c0ec0f..0100339 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -62,6 +62,10 @@ "serde_json": crate.spec( version = ">0.0.0", ), + "static_assertions": crate.spec( + features = ["extra-traits"], + version = ">0.0.0", + ), "syn": crate.spec( features = ["extra-traits"], version = ">0.0.0",