Skip to content

Commit

Permalink
version # for compile crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Feb 15, 2022
1 parent 13d6ee5 commit 0b195d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ exclude = [
]

[dependencies]
ispc_compile = { path = "./compile/", version = "1.0.10" }
ispc_compile = { path = "./compile/", version = "1.0.11" }
ispc_rt = { path = "./runtime/", version = "1.0.5" }

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.10"
version = "1.0.11"
authors = ["Will Usher <will@willusher.io>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "https://docs.rs/ispc_compile/"
Expand Down

0 comments on commit 0b195d6

Please sign in to comment.