Skip to content

Commit

Permalink
Bumped version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oisyn committed Mar 20, 2023
1 parent 6bbd34b commit 7771fe7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ members = [
]

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

[workspace.dependencies]
spirv-std = { path = "./crates/spirv-std", version = "=0.6.0" }
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.6.0" }
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.6.0" }
spirv-builder = { path = "./crates/spirv-builder", version = "=0.6.0", default-features = false }
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.6.0", default-features = false }
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.6.0" }
spirv-std = { path = "./crates/spirv-std", version = "=0.6.1" }
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.6.1" }
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.6.1" }
spirv-builder = { path = "./crates/spirv-builder", version = "=0.6.1", default-features = false }
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.6.1", default-features = false }
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.6.1" }

# Enable incremental by default in release mode.
[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion crates/spirv-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Toolchains for previous versions of `spirv-builder`:

|Version|Toolchain|
|-:|-|
|`0.6.0`|`nightly-2023-01-21`|
|`0.6.*`|`nightly-2023-01-21`|
|`0.5.0`|`nightly-2022-12-18`|
|`0.4.0`|`nightly-2022-10-29`|
|`0.4.0-alpha.16` - `0.4.0-alpha.17`|`nightly-2022-10-01`|
Expand Down

0 comments on commit 7771fe7

Please sign in to comment.