Skip to content

Commit

Permalink
Updated versions to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oisyn committed Dec 21, 2022
1 parent a4abcce commit 8fcb61e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.4.0-alpha.17"
version = "0.4.0"
authors = ["Embark <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/rust-gpu"

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

# Enable incremental by default in release mode.
[profile.release]
Expand Down

0 comments on commit 8fcb61e

Please sign in to comment.