Skip to content

Commit 8fcb61e

Browse files
committed
Updated versions to 0.4.0
1 parent a4abcce commit 8fcb61e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
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.4.0-alpha.17"
27+
version = "0.4.0"
2828
authors = ["Embark <[email protected]>"]
2929
edition = "2018"
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.4.0-alpha.17" }
35-
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.4.0-alpha.17" }
36-
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.4.0-alpha.17" }
37-
spirv-builder = { path = "./crates/spirv-builder", version = "=0.4.0-alpha.17", default-features = false }
38-
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.4.0-alpha.17", default-features = false }
39-
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.4.0-alpha.17" }
34+
spirv-std = { path = "./crates/spirv-std", version = "=0.4.0" }
35+
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.4.0" }
36+
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.4.0" }
37+
spirv-builder = { path = "./crates/spirv-builder", version = "=0.4.0", default-features = false }
38+
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.4.0", default-features = false }
39+
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.4.0" }
4040

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

0 commit comments

Comments
 (0)