-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1/n] [ci] update MSRV and test on it, add clippy, fix clippy warnings (
#70) Clippy flagged an outdated MSRV -- update to the version currently in Omicron, and add CI for the various permutations. Also allow `/target` to be a symlink -- this is the setup I use.
- Loading branch information
1 parent
13afd8c
commit fccfc45
Showing
5 changed files
with
15 additions
and
9 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
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 |
---|---|---|
|
@@ -3,11 +3,7 @@ name = "omicron-zone-package" | |
version = "0.11.1" | ||
authors = ["Sean Klein <[email protected]>"] | ||
edition = "2021" | ||
# | ||
# Report a specific error in the case that the toolchain is too old for | ||
# let-else: | ||
# | ||
rust-version = "1.65.0" | ||
rust-version = "1.81.0" | ||
license = "MPL-2.0" | ||
repository = "https://github.com/oxidecomputer/omicron-package" | ||
description = "Packaging tools for Oxide's control plane software" | ||
|
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