@@ -24,19 +24,19 @@ members = [
24
24
]
25
25
26
26
[workspace .package ]
27
- version = " 0.4.0-alpha.17 "
27
+ version = " 0.4.0"
28
28
authors = [
" Embark <[email protected] >" ]
29
29
edition = " 2018"
30
30
license = " MIT OR Apache-2.0"
31
31
repository = " https://github.com/EmbarkStudios/rust-gpu"
32
32
33
33
[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" }
40
40
41
41
# Enable incremental by default in release mode.
42
42
[profile .release ]
0 commit comments