Skip to content

Commit 7046fa3

Browse files
committed
Merge branch 'rust-1.87'
2 parents 053b9a7 + 83ec1a5 commit 7046fa3

File tree

1,362 files changed

+166506
-70558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,362 files changed

+166506
-70558
lines changed

.containerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
48
1+
49

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ RUN rustup target add thumbv7em-none-eabi
148148
RUN rustup component add rustfmt
149149
RUN rustup component add clippy
150150
RUN rustup component add rust-src
151-
RUN CARGO_HOME=/opt/cargo cargo install cbindgen --version 0.28.0 --locked
152-
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.71.1 --locked
151+
RUN CARGO_HOME=/opt/cargo cargo install cbindgen --version 0.29.0 --locked
152+
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.72.0 --locked
153153

154154
# Until cargo vendor supports vendoring dependencies of the rust std libs we
155155
# need a copy of this file next to the toml file. It also has to be world

src/rust/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.85.1"
2+
channel = "1.87.0"

src/rust/vendor/addr2line/.cargo-checksum.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/vendor/addr2line/CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)