Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 7771fe7

Browse files
committed
Bumped version to 0.6.1
1 parent 6bbd34b commit 7771fe7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ members = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.6.0"
27+
version = "0.6.1"
2828
authors = ["Embark <[email protected]>"]
2929
edition = "2021"
3030
license = "MIT OR Apache-2.0"
3131
repository = "https://github.com/EmbarkStudios/rust-gpu"
3232

3333
[workspace.dependencies]
34-
spirv-std = { path = "./crates/spirv-std", version = "=0.6.0" }
35-
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.6.0" }
36-
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.6.0" }
37-
spirv-builder = { path = "./crates/spirv-builder", version = "=0.6.0", default-features = false }
38-
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.6.0", default-features = false }
39-
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.6.0" }
34+
spirv-std = { path = "./crates/spirv-std", version = "=0.6.1" }
35+
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.6.1" }
36+
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.6.1" }
37+
spirv-builder = { path = "./crates/spirv-builder", version = "=0.6.1", default-features = false }
38+
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.6.1", default-features = false }
39+
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.6.1" }
4040

4141
# Enable incremental by default in release mode.
4242
[profile.release]

crates/spirv-builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Toolchains for previous versions of `spirv-builder`:
3737

3838
|Version|Toolchain|
3939
|-:|-|
40-
|`0.6.0`|`nightly-2023-01-21`|
40+
|`0.6.*`|`nightly-2023-01-21`|
4141
|`0.5.0`|`nightly-2022-12-18`|
4242
|`0.4.0`|`nightly-2022-10-29`|
4343
|`0.4.0-alpha.16` - `0.4.0-alpha.17`|`nightly-2022-10-01`|

0 commit comments

Comments
 (0)