Commit 6708e70 1 parent 5719d80 commit 6708e70 Copy full SHA for 6708e70
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
# version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still
4
4
# come automatically. If the version specified here is no longer the latest stable version,
5
5
# then please feel free to submit a PR that adjusts it along with the potential clippy fixes.
6
- RUST_STABLE_VER : " 1.79 " # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
6
+ RUST_STABLE_VER : " 1.82 " # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
7
7
# The purpose of checking with the minimum supported Rust toolchain is to detect its staleness.
8
8
# If the compilation fails, then the version specified here needs to be bumped up to reality.
9
9
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ categories = ["graphics"]
17
17
[package .metadata .docs .rs ]
18
18
features = [" mint" , " schemars" , " serde" ]
19
19
20
+ [lints ]
21
+ # This can be removed once we fix the benchmarks.
22
+ rust.unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(nightly)' ] }
23
+
20
24
[features ]
21
25
default = [" std" ]
22
26
std = []
You can’t perform that action at this time.
0 commit comments