Skip to content

Commit

Permalink
Update toolchain and cfg_aliases to match servo
Browse files Browse the repository at this point in the history
* 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 <jonathan.schwender@huawei.com>
  • Loading branch information
jschwe committed Aug 23, 2024
1 parent 3a82fef commit e993a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pcwalton@mimiga.net>",
"Emilio Cobos Álvarez <emilio@crisal.io>",
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
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"

0 comments on commit e993a3c

Please sign in to comment.