Skip to content

Commit d7dfd4e

Browse files
committed
Release 2.0.1
1 parent 861af9a commit d7dfd4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ispc"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
authors = ["Will Usher <will@willusher.io>"]
66
homepage = "https://github.com/Twinklebear/ispc-rs"
@@ -27,8 +27,8 @@ exclude = [
2727
]
2828

2929
[dependencies]
30-
ispc_compile = { path = "./compile/", version = "2.0" }
31-
ispc_rt = { path = "./runtime/", version = "2.0" }
30+
ispc_compile = { path = "./compile/", version = "2.0.1" }
31+
ispc_rt = { path = "./runtime/", version = "2.0.1" }
3232

3333
[workspace]
3434
resolver = "2"

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 = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
authors = ["Will Usher <will@willusher.io>"]
66
homepage = "https://github.com/Twinklebear/ispc-rs"

runtime/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_rt"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
authors = ["Will Usher <will@willusher.io>"]
66
homepage = "https://github.com/Twinklebear/ispc-rs"

0 commit comments

Comments
 (0)