Skip to content

Commit bb67044

Browse files
authored
chore: bump Rust toolchain 1.90.0 -> 1.91.1 (#2071)
2 parents 1614cf7 + fb4014c commit bb67044

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/runner.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ ENV PATH="/home/runner/.cargo/bin:$PATH"
8686
ENV PATH="$PATH:/home/runner/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/"
8787
ENV CARGO_TARGET_X86_64_APPLE_DARWIN_LINKER=rust-lld
8888

89-
RUN cargo install --quiet cargo-zigbuild && rustup toolchain install 1.90.0 && cargo +1.90.0 install git-cliff
89+
RUN cargo install --quiet cargo-zigbuild && rustup toolchain install 1.91.1 && cargo +1.91.1 install git-cliff

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
# Make sure docker/Dockerfile has the same Rust toolchain version
3-
channel = "1.90.0"
3+
channel = "1.91.1"
44
profile = "default"
55
components = ["rust-analyzer"]

0 commit comments

Comments
 (0)