-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump MSRV to Rust 1.7.0 and upgrade dependencies.
Rust 1.7.0 stabilized `std::cell::OnceCell` which is a very useful I plan to use.
- Loading branch information
Showing
4 changed files
with
342 additions
and
411 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
include: | ||
- build: msrv | ||
os: ubuntu-latest | ||
rust: 1.67.1 | ||
rust: 1.70.0 | ||
args: "" | ||
|
||
- build: stable | ||
|
Oops, something went wrong.