Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Dec 16, 2023
1 parent 861af9a commit d7dfd4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ispc"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
Expand All @@ -27,8 +27,8 @@ exclude = [
]

[dependencies]
ispc_compile = { path = "./compile/", version = "2.0" }
ispc_rt = { path = "./runtime/", version = "2.0" }
ispc_compile = { path = "./compile/", version = "2.0.1" }
ispc_rt = { path = "./runtime/", version = "2.0.1" }

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion compile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ispc_compile"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ispc_rt"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
Expand Down

0 comments on commit d7dfd4e

Please sign in to comment.