File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ default-members = [
42
42
43
43
[workspace .package ]
44
44
edition = " 2021"
45
- rust-version = " 1.77 .0"
45
+ rust-version = " 1.80 .0"
46
46
keywords = [" graphics" ]
47
47
license = " MIT OR Apache-2.0"
48
48
homepage = " https://wgpu.rs/"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ autotests = false
15
15
# copy the crates it actually uses out of the workspace, so it's meaningful for
16
16
# them to have less restrictive MSRVs individually than the workspace as a
17
17
# whole, if their code permits. See `../README.md` for details.
18
- rust-version = " 1.77 .0"
18
+ rust-version = " 1.80 .0"
19
19
20
20
[[test ]]
21
21
name = " naga-test"
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.77 "
2
+ channel = " 1.80 "
3
3
components = [" rustfmt" , " clippy" ]
4
4
targets = [" wasm32-unknown-unknown" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
13
# copy the crates it actually uses out of the workspace, so it's meaningful for
14
14
# them to have less restrictive MSRVs individually than the workspace as a
15
15
# whole, if their code permits. See `../README.md` for details.
16
- rust-version = " 1.77 .0"
16
+ rust-version = " 1.80 .0"
17
17
18
18
[package .metadata .docs .rs ]
19
19
all-features = true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
13
# copy the crates it actually uses out of the workspace, so it's meaningful for
14
14
# them to have less restrictive MSRVs individually than the workspace as a
15
15
# whole, if their code permits. See `../README.md` for details.
16
- rust-version = " 1.77 .0"
16
+ rust-version = " 1.80 .0"
17
17
18
18
[package .metadata .docs .rs ]
19
19
# Ideally we would enable all the features.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
13
# copy the crates it actually uses out of the workspace, so it's meaningful for
14
14
# them to have less restrictive MSRVs individually than the workspace as a
15
15
# whole, if their code permits. See `../README.md` for details.
16
- rust-version = " 1.77 .0"
16
+ rust-version = " 1.80 .0"
17
17
18
18
[package .metadata .docs .rs ]
19
19
all-features = true
You can’t perform that action at this time.
0 commit comments