commit | e1bb7d65a842b3e9521bc2ad79d34a70cde2352f | [log] [tgz] |
---|---|---|
author | Protobuf Team Bot <protobuf-github-bot@google.com> | Tue Oct 17 14:15:37 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 17 14:18:54 2023 -0700 |
tree | 8508f4faf1be4ea610675ecba1e3d89189374f87 | |
parent | 8489d8d461d2792f721cdeb99eecdae23ba9ab20 [diff] [blame] |
Implement rust repeated scalars for cpp and upb PiperOrigin-RevId: 574261929
diff --git a/WORKSPACE b/WORKSPACE index 2c665be..d0d66ec 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -193,6 +193,9 @@ "googletest": crate.spec( version = ">0.0.0", ), + "paste": crate.spec( + version = ">=1", + ), }, )