Skip to content

Commit

Permalink
Update some crates to align on latest rustix (#7370)
Browse files Browse the repository at this point in the history
* Update some crates to align on latest `rustix`

This commit addresses some dependabot warnings showing up on the
Wasmtime repository by updating all dependencies to using the latest
`rustix` release.

* Debug CI

prtest:full

* Downgrade rustix to 0.38.14

Works around bytecodealliance/rustix#901
  • Loading branch information
alexcrichton committed Oct 26, 2023
1 parent 9db4737 commit 4511dea
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
env:
QEMU_BUILD_VERSION: 8.1.1
strategy:
fail-fast: true
fail-fast: false
matrix: ${{ fromJson(needs.determine.outputs.test-matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4511dea

Please sign in to comment.