Skip to content

Commit e6b884d

Browse files
anforowiczAravind Vasudevan
authored andcommitted
[rust] Roll Crubit to f5cbdf4b54b0e6b9f63a4464a2c901c82e0f0209
This roll includes fixes to `rs_bindings_from_cc/support/cxx20_backports.h` so it works with C++20. This roll also updates how the `memoffset` crate is referred to from the generated bindings. Bug: 1329611 Change-Id: I706972b9979b873154296b36ec8de3de5c7fa99b Tests: See tools/rust/README.md Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3965316 Commit-Queue: Collin Baker <collinbaker@google.com> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Collin Baker <collinbaker@google.com> Cr-Commit-Position: refs/heads/main@{#1061227} NOKEYCHECK=True GitOrigin-RevId: db5ce5576827667ae652494964ec61a28ecf6ecf
1 parent ac216d2 commit e6b884d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update_rust.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
RUST_REVISION = '20220914'
3131
RUST_SUB_REVISION = 1
3232

33-
# Trunk on 2022-08-26.
33+
# Trunk on 2022-10-15.
3434
#
3535
# The revision specified below should typically be the same as the
3636
# `crubit_revision` specified in the //DEPS file. More details and roll
3737
# instructions can be found in tools/rust/README.md.
38-
CRUBIT_REVISION = '2c34caee7c3b4c2dfbcb0e935efcbc05ebc0f61d'
38+
CRUBIT_REVISION = 'f5cbdf4b54b0e6b9f63a4464a2c901c82e0f0209'
3939
CRUBIT_SUB_REVISION = 1
4040

4141
# If not None, use a Rust package built with an older LLVM version than

0 commit comments

Comments
 (0)