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

Commit 49240ba

Browse files
authored
Bump Rust version to 1.69 (#3049)
* Bump Rust version to 1.69 * Bump clap to fix clippy lints See: clap-rs/clap#4733
1 parent 44afdb3 commit 49240ba

File tree

3 files changed

+26
-45
lines changed

3 files changed

+26
-45
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/vscode/devcontainers/base:0-${VARIANT}
66

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

1010
# Needed for dotnet7; remove when available in Ubuntu
1111
RUN wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ jobs:
4646
- uses: actions/checkout@v3
4747
- name: Install specific Rust version
4848
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb # pinned latest master as of 2022-10-08
49-
# note: keep this in sync with .devcontainer/Dockerfile
5049
with:
51-
toolchain: 1.68
50+
toolchain: 1.69 # note: keep this in sync with .devcontainer/Dockerfile
5251
components: clippy, rustfmt, llvm-tools-preview
5352
- name: Setup Rust problem-matchers
5453
uses: r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # pinned to 1.3.0

src/agent/Cargo.lock

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

0 commit comments

Comments
 (0)