Skip to content

Commit 985007f

Browse files
author
Sylvester Hesp
authored
Version bump to 0.4.0-alpha.15 (#920)
1 parent f00f267 commit 985007f

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
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.

crates/rustc_codegen_spirv-types/Cargo.toml

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

crates/rustc_codegen_spirv/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.14"
3+
version = "0.4.0-alpha.15"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -52,7 +52,7 @@ serde = { version = "1.0", features = ["derive"] }
5252
serde_json = "1.0"
5353
smallvec = "1.6.1"
5454
spirv-tools = { version = "0.8", default-features = false }
55-
rustc_codegen_spirv-types = { path = "../rustc_codegen_spirv-types", version = "0.4.0-alpha.14" }
55+
rustc_codegen_spirv-types = { path = "../rustc_codegen_spirv-types", version = "0.4.0-alpha.15" }
5656

5757
[dev-dependencies]
5858
pipe = "0.4"

crates/spirv-builder/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-builder"
3-
version = "0.4.0-alpha.14"
3+
version = "0.4.0-alpha.15"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -20,8 +20,8 @@ memchr = "2.4"
2020
raw-string = "0.3.5"
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
23-
rustc_codegen_spirv-types = { path = "../rustc_codegen_spirv-types", version = "0.4.0-alpha.14" }
23+
rustc_codegen_spirv-types = { path = "../rustc_codegen_spirv-types", version = "0.4.0-alpha.15" }
2424
# See comment in lib.rs invoke_rustc for why this is here
25-
rustc_codegen_spirv = { path = "../rustc_codegen_spirv", version = "0.4.0-alpha.14", default-features = false }
25+
rustc_codegen_spirv = { path = "../rustc_codegen_spirv", version = "0.4.0-alpha.15", default-features = false }
2626

2727
notify = { version = "5.0.0-pre.11", optional = true }

crates/spirv-std/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"
3-
version = "0.4.0-alpha.14"
3+
version = "0.4.0-alpha.15"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ 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-std-types = { path = "./shared", version = "0.4.0-alpha.14" }
13+
spirv-std-types = { path = "./shared", version = "0.4.0-alpha.15" }
1414
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.13" }
1515
glam = { version = ">=0.17, <=0.21", default-features = false, features = ["libm"], optional = true }
1616

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.14"
3+
version = "0.4.0-alpha.15"
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-std-types = { path = "../shared", version = "0.4.0-alpha.14" }
14+
spirv-std-types = { path = "../shared", version = "0.4.0-alpha.15" }
1515
proc-macro2 = "1.0.24"
1616
quote = "1.0.8"
1717
syn = { version = "1.0.58", features=["full"] }

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-std-types"
33
description = "SPIR-V types shared between spirv-std and spirv-std-macros"
4-
version = "0.4.0-alpha.14"
4+
version = "0.4.0-alpha.15"
55
authors = ["Embark <[email protected]>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ use-compiled-tools = ["rustc_codegen_spirv/use-compiled-tools"]
1414

1515
[dependencies]
1616
compiletest = { version = "0.7.0", package = "compiletest_rs" }
17-
rustc_codegen_spirv = { path = "../crates/rustc_codegen_spirv", version = "0.4.0-alpha.14", default-features = false }
17+
rustc_codegen_spirv = { path = "../crates/rustc_codegen_spirv", version = "0.4.0-alpha.15", default-features = false }
1818
structopt = "0.3.21"

0 commit comments

Comments
 (0)