Skip to content

Commit

Permalink
bump version #'s for aligned alloc removal release
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Mar 12, 2022
1 parent 28765aa commit 3bf73e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.12"
version = "1.0.13"
authors = ["Will Usher <will@willusher.io>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "https://docs.rs/ispc/"
Expand All @@ -27,5 +27,5 @@ exclude = [

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

3 changes: 1 addition & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ispc_rt"
version = "1.0.6"
version = "1.0.7"
authors = ["Will Usher <will@willusher.io>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "https://docs.rs/ispc_rt/"
Expand All @@ -25,6 +25,5 @@ exclude = [

[dependencies]
libc = "0.2.117"
# aligned_alloc = "0.1.3" Remove because deprecated in favor of std::alloc
num_cpus = "1.13.1"

0 comments on commit 3bf73e3

Please sign in to comment.