diff --git a/Cargo.toml b/Cargo.toml index 80f097f9a..3db999c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ispc" -version = "1.0.10" +version = "1.0.11" authors = ["Will Usher "] homepage = "https://github.com/Twinklebear/ispc-rs" documentation = "https://docs.rs/ispc/" @@ -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" } diff --git a/compile/Cargo.toml b/compile/Cargo.toml index 90d35900e..5c3649c0d 100644 --- a/compile/Cargo.toml +++ b/compile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ispc_compile" -version = "1.0.11" +version = "1.0.12" authors = ["Will Usher "] homepage = "https://github.com/Twinklebear/ispc-rs" documentation = "https://docs.rs/ispc_compile/" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6950f0641..af1a2b7c2 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ispc_rt" -version = "1.0.5" +version = "1.0.6" authors = ["Will Usher "] homepage = "https://github.com/Twinklebear/ispc-rs" documentation = "https://docs.rs/ispc_rt/"