-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update toolchain and cfg_aliases to match servo
* Update cfg_aliases to fix the new unexpected_cfgs lint * Update the rust_toolchain to match servo and prevent warning about -Zcheck-cfg Signed-off-by: Jonathan Schwender <[email protected]>
- Loading branch information
Showing
3 changed files
with
137 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "surfman" | ||
license = "MIT OR Apache-2.0 OR MPL-2.0" | ||
edition = "2018" | ||
version = "0.9.7" | ||
version = "0.9.8" | ||
authors = [ | ||
"Patrick Walton <[email protected]>", | ||
"Emilio Cobos Álvarez <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ readme = "README.md" | |
|
||
[build-dependencies] | ||
gl_generator = "0.14" | ||
cfg_aliases = "0.1.0" | ||
cfg_aliases = "0.2.1" | ||
|
||
[features] | ||
chains = ["fnv", "sparkle"] | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[toolchain] | ||
channel = "1.76" | ||
channel = "1.80.1" | ||
components = [ "rustfmt" ] | ||
profile = "minimal" |
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