Skip to content

Commit e993a3c

Browse files
committed
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 <jonathan.schwender@huawei.com>
1 parent 3a82fef commit e993a3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "surfman"
33
license = "MIT OR Apache-2.0 OR MPL-2.0"
44
edition = "2018"
5-
version = "0.9.7"
5+
version = "0.9.8"
66
authors = [
77
"Patrick Walton <pcwalton@mimiga.net>",
88
"Emilio Cobos Álvarez <emilio@crisal.io>",
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[build-dependencies]
1717
gl_generator = "0.14"
18-
cfg_aliases = "0.1.0"
18+
cfg_aliases = "0.2.1"
1919

2020
[features]
2121
chains = ["fnv", "sparkle"]

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.76"
2+
channel = "1.80.1"
33
components = [ "rustfmt" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)