Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 7a92dab

Browse files
authored
Rust 1.71 (#3292)
1 parent e07a55b commit 7a92dab

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG VARIANT="ubuntu-22.04"
55
FROM mcr.microsoft.com/devcontainers/base:${VARIANT}
66

77
# note: keep this in sync with .github/workflows/ci.yml
8-
ARG RUSTVERSION="1.70"
8+
ARG RUSTVERSION="1.71"
99

1010
# Install packages required for build:
1111
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install specific Rust version
4646
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb # pinned latest master as of 2022-10-08
4747
with:
48-
toolchain: "1.70" # note: keep this in sync with .devcontainer/Dockerfile
48+
toolchain: "1.71" # note: keep this in sync with .devcontainer/Dockerfile
4949
components: clippy, rustfmt, llvm-tools-preview
5050
- name: Setup Rust problem-matchers
5151
uses: r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # pinned to 1.3.0

src/proxy-manager/Cargo.lock

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

0 commit comments

Comments
 (0)