-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rust 1.82: Bump MSRV and remove workarounds.
* Remove `allow(unknown_lints)`. * Remove match arms that are unnecessary due to `min_exhaustive_patterns` being stabilized.
- Loading branch information
Showing
6 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ resolver = "2" | |
# When changing any of these values, be sure to also update the non-workspace packages | ||
# as listed above, if applicable. | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.82" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Kevin Reid <[email protected]>"] | ||
# TODO: add homepage = "..." when we have one | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ name = "all-is-cubes-wasm" | |
version = "0.8.0" | ||
authors = ["Kevin Reid <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.82" | ||
description = "Web client for the recursive voxel game All is Cubes." | ||
# TODO: add homepage = "..." when we have one | ||
repository = "https://github.com/kpreid/all-is-cubes" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters