Skip to content

Commit

Permalink
Bump the MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp committed Jul 31, 2022
1 parent ab4df8b commit 40d91e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
RUST_BACKTRACE: 1
RUST_VERSION: 1.59
RUST_VERSION: 1.63

# We distinguish the following kinds of builds:
# - local: build for the same target as we compile on, and do local tests
Expand Down
2 changes: 1 addition & 1 deletion wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/gfx-rs/wgpu"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
rust-version = "1.59"
rust-version = "1.63"

[lib]

Expand Down

0 comments on commit 40d91e9

Please sign in to comment.