Skip to content

Commit fa275a0

Browse files
dependabot[bot]stephentoubCopilot
authored
Bump tar from 0.4.45 to 0.4.46 in /rust in the cargo group across 1 directory (#1505)
* Bump tar in /rust in the cargo group across 1 directory Bumps the cargo group with 1 update in the /rust directory: [tar](https://github.com/composefs/tar-rs). Updates `tar` from 0.4.45 to 0.4.46 - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](composefs/tar-rs@0.4.45...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> * Make Rust Windows cache non-blocking Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Toub <stoub@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1d990a4 commit fa275a0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/rust-sdk-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ jobs:
159159
toolchain: "1.94.0"
160160

161161
- uses: Swatinem/rust-cache@v2
162+
# Cache is only an optimization; the Windows bundled smoke test should
163+
# not fail when rust-cache's post-job save flakes after a successful build.
164+
continue-on-error: ${{ runner.os == 'Windows' }}
162165
with:
163166
workspaces: "rust"
164167
key: bundled-cli

rust/Cargo.lock

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

0 commit comments

Comments
 (0)