Skip to content

Commit

Permalink
bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Feb 18, 2022
1 parent 4fb214b commit 5188037
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 = "1.0.10"
version = "1.0.11"
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.11" }
ispc_rt = { path = "./runtime/", version = "1.0.5" }
ispc_compile = { path = "./compile/", version = "1.0.12" }
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.11"
version = "1.0.12"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "https://docs.rs/ispc_compile/"
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 = "1.0.5"
version = "1.0.6"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "https://docs.rs/ispc_rt/"
Expand Down

0 comments on commit 5188037

Please sign in to comment.