diff --git a/Cargo.toml b/Cargo.toml index 3db999c4d..cb448e100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ispc" -version = "1.0.11" +version = "1.0.12" 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.12" } +ispc_compile = { path = "./compile/", version = "1.0.13" } ispc_rt = { path = "./runtime/", version = "1.0.6" } diff --git a/compile/Cargo.toml b/compile/Cargo.toml index 5c3649c0d..773af5886 100644 --- a/compile/Cargo.toml +++ b/compile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ispc_compile" -version = "1.0.12" +version = "1.0.13" authors = ["Will Usher "] homepage = "https://github.com/Twinklebear/ispc-rs" documentation = "https://docs.rs/ispc_compile/"