Skip to content

Commit 58da320

Browse files
committed
Release ispc_compile 1.0.14 and ispc 1.0.14 w/ rel w/ debug info support
1 parent 9672113 commit 58da320

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ispc"
3-
version = "1.0.13"
3+
version = "1.0.14"
44
authors = ["Will Usher <will@willusher.io>"]
55
homepage = "https://github.com/Twinklebear/ispc-rs"
66
documentation = "https://docs.rs/ispc/"
@@ -26,6 +26,6 @@ exclude = [
2626
]
2727

2828
[dependencies]
29-
ispc_compile = { path = "./compile/", version = "1.0.13" }
29+
ispc_compile = { path = "./compile/", version = "1.0.14" }
3030
ispc_rt = { path = "./runtime/", version = "1.0.7" }
3131

compile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ispc_compile"
3-
version = "1.0.13"
3+
version = "1.0.14"
44
authors = ["Will Usher <will@willusher.io>"]
55
homepage = "https://github.com/Twinklebear/ispc-rs"
66
documentation = "https://docs.rs/ispc_compile/"

0 commit comments

Comments
 (0)