Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Feb 5, 2025
1 parent 3af05be commit e5fa512
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.1"
version = "2.0.2"
edition = "2021"
authors = ["Will Usher <will@willusher.io>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
Expand All @@ -27,8 +27,8 @@ exclude = [
]

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

[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.1"
version = "2.0.2"
edition = "2021"
authors = ["Will Usher <will@willusher.io>"]
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.1"
version = "2.0.2"
edition = "2021"
authors = ["Will Usher <will@willusher.io>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
Expand Down

0 comments on commit e5fa512

Please sign in to comment.