Skip to content

Commit 06f0aa2

Browse files
authored
Release v0.4.0-alpha.10 (#679)
1 parent 428824b commit 06f0aa2

File tree

18 files changed

+37
-37
lines changed

18 files changed

+37
-37
lines changed

Cargo.lock

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

crates/rustc_codegen_spirv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc_codegen_spirv"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/spirv-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spirv-builder"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/spirv-std/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spirv-std"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,8 +10,8 @@ description = "Standard functions and types for SPIR-V"
1010
[dependencies]
1111
bitflags = "1.2.1"
1212
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
13-
spirv-types = { path = "./shared", version = "0.4.0-alpha.9" }
14-
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.9" }
13+
spirv-types = { path = "./shared", version = "0.4.0-alpha.10" }
14+
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.10" }
1515
glam = { version = "0.16.0", default-features = false, features = ["libm"], optional = true }
1616

1717
[features]

crates/spirv-std/macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spirv-std-macros"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ description = "Macros for spirv-std"
1111
proc-macro = true
1212

1313
[dependencies]
14-
spirv-types = { path = "../shared", version = "0.4.0-alpha.9" }
14+
spirv-types = { path = "../shared", version = "0.4.0-alpha.10" }
1515
heck = "0.3.2"
1616
proc-macro2 = "1.0.24"
1717
quote = "1.0.8"

crates/spirv-std/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spirv-types"
33
description = "SPIR-V types shared between spirv-std and spirv-std-macros"
4-
version = "0.4.0-alpha.9"
4+
version = "0.4.0-alpha.10"
55
authors = ["Embark <[email protected]>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

examples/multibuilder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multibuilder"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

examples/runners/ash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example-runner-ash"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

examples/runners/cpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example-runner-cpu"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

examples/runners/wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example-runner-wgpu"
3-
version = "0.4.0-alpha.9"
3+
version = "0.4.0-alpha.10"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)