From 6d38cd8052fb266f699b6ceaa0f82ab154ed067b Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Thu, 16 May 2024 17:59:20 +0000 Subject: [PATCH] build(deps): dev:v43 dev:v43 updates the Rust version. --- .devcontainer/devcontainer.json | 24 ++++++++++++++---------- .github/workflows/actions.yml | 4 ++-- .github/workflows/check.yml | 2 +- .github/workflows/release.yml | 2 +- rust-toolchain.toml | 2 +- 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6207ab1..f0f10e2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,15 +1,19 @@ { "name": "linkerd-await", - "image": "ghcr.io/linkerd/dev:v42", - "extensions": [ - "DavidAnson.vscode-markdownlint", - "kokakiwi.vscode-just", - "NathanRidley.autotrim", - "rust-lang.rust-analyzer", - "samverschueren.final-newline", - "streetsidesoftware.code-spell-checker", - "tamasfe.even-better-toml", - ], + "image": "ghcr.io/linkerd/dev:v43", + "customizations": { + "vscode": { + "extensions": [ + "DavidAnson.vscode-markdownlint", + "kokakiwi.vscode-just", + "NathanRidley.autotrim", + "rust-lang.rust-analyzer", + "samverschueren.final-newline", + "streetsidesoftware.code-spell-checker", + "tamasfe.even-better-toml" + ] + } + }, "runArgs": [ "--init", ], diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ad968c7..8b37e06 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: linkerd/dev/actions/setup-tools@v42 + - uses: linkerd/dev/actions/setup-tools@v43 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - run: just actionlint @@ -22,7 +22,7 @@ jobs: devcontainer-versions: runs-on: ubuntu-latest steps: - - uses: linkerd/dev/actions/setup-tools@v42 + - uses: linkerd/dev/actions/setup-tools@v43 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - run: just actions-dev-versions diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8696286..9fc13a6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,7 +7,7 @@ jobs: check: timeout-minutes: 5 runs-on: ubuntu-latest - container: ghcr.io/linkerd/dev:v42-rust + container: ghcr.io/linkerd/dev:v43-rust steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd3ee97..2349078 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: PACKAGE_VERSION: ${{ needs.meta.outputs.version }} CARGO_RELEASE: "1" DEBIAN_FRONTEND: noninteractive - container: docker://ghcr.io/linkerd/dev:v42-rust + container: docker://ghcr.io/linkerd/dev:v43-rust steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8142c30..624eb0e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.73.0" +channel = "1.76.0"