-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump trybuild to 1.0.98, and MSRV to 1.70.0 (#151)
This necessitates bumping MSRV to 1.70.0, which is a significant change from 1.56.0. 1.70.0 was more than a year ago, and seems like a reasonable bump, but it's a bit unfortunate that we're doing this bump only for a test-only dependency. As we're not actually changing any production code here, things are likely to continue to work with older rust versions, but we will not continue testing this, and make no promises versions older than 1.70.0 will keep working.
- Loading branch information
1 parent
8686d3e
commit 4d25890
Showing
6 changed files
with
107 additions
and
52 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ publish = false | |
|
||
[dev-dependencies] | ||
num_enum = { path = "../num_enum" } | ||
trybuild = "1.0.31" | ||
trybuild = "1.0.98" |