Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Many Dependencies and MSRV #5241

Merged
merged 12 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
# Once 1.76 coes out, we can use that instead of nightly.
DOCS_RUST_VERSION: "nightly-2023-12-17"
# This is the MSRV used by `wgpu` itself and all surrounding infrastructure.
REPO_MSRV: "1.71"
REPO_MSRV: "1.76"
cwfitzgerald marked this conversation as resolved.
Show resolved Hide resolved
# This is the MSRV used by the `wgpu-core`, `wgpu-hal`, and `wgpu-types` crates,
# to ensure that they can be used with firefox.
CORE_MSRV: "1.70"
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
wasm-test:
# runtime is normally 2 minutes
timeout-minutes: 10

name: Test WebAssembly
runs-on: ubuntu-latest
needs: [check]
Expand Down Expand Up @@ -672,7 +672,7 @@ jobs:
cargo-deny-check-rest:
# runtime is normally 1 minute
timeout-minutes: 5

name: "cargo-deny"
runs-on: ubuntu-latest
steps:
Expand Down
Loading
Loading