Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Mar 9, 2022
1 parent b21b03a commit 9fa98e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ispc"
version = "1.0.11"
version = "1.0.12"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "https://docs.rs/ispc/"
Expand All @@ -26,6 +26,6 @@ exclude = [
]

[dependencies]
ispc_compile = { path = "./compile/", version = "1.0.12" }
ispc_compile = { path = "./compile/", version = "1.0.13" }
ispc_rt = { path = "./runtime/", version = "1.0.6" }

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 = "1.0.12"
version = "1.0.13"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "https://docs.rs/ispc_compile/"
Expand Down

0 comments on commit 9fa98e6

Please sign in to comment.