Skip to content

Commit b2c105f

Browse files
committed
Add correct nightly to CHANGELOG and README
1 parent eea8998 commit b2c105f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
## [Unreleased]
3131

3232
### Changed 🛠
33+
- [PR#12](https://github.com/rust-gpu/rust-gpu/pull/12) updated toolchain to `nightly-2024-04-24`
3334
- [PR#9](https://github.com/Rust-GPU/rust-gpu/pull/9) relaxed `glam` version requirements (`>=0.22, <=0.29`)
3435
- [PR#1127](https://github.com/EmbarkStudios/rust-gpu/pull/1127) updated `spirv-tools` to `0.10.0`, which follows `vulkan-sdk-1.3.275`
3536
- [PR#1101](https://github.com/EmbarkStudios/rust-gpu/pull/1101) added `ignore` and `no_run` to documentation to make `cargo test` pass

crates/spirv-builder/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ const SHADER: &[u8] = include_bytes!(env!("my_shaders.spv"));
3131

3232
As `spirv-builder` relies on `rustc_codegen_spirv` being built for it (by Cargo, as a direct dependency), and due to the special nature of the latter (as a `rustc` codegen backend "plugin"), both end up sharing the requirement for a very specific nightly toolchain version of Rust.
3333

34-
**The current Rust toolchain version is: `nightly-2023-05-27`.**
34+
**The current Rust toolchain version is: `nightly-2024-04-24`.**
3535

3636
Rust toolchain version history across [rust-gpu releases](https://github.com/rust-gpu/rust-gpu/releases) (since `0.4`):
3737

3838
|`spirv-builder`<br>version|Rust toolchain<br>version|
3939
|:-:|:-:|
40+
|`0.10`|`nightly-2024-04-24`|
4041
|`0.9`|`nightly-2023-05-27`|
4142
|`0.8`|`nightly-2023-04-15`|
4243
|`0.7`|`nightly-2023-03-04`|

0 commit comments

Comments
 (0)