From 9fa98e6b036aa6b1f82faab47a269f2d8d8c3a75 Mon Sep 17 00:00:00 2001 From: Will Usher Date: Tue, 8 Mar 2022 21:27:17 -0800 Subject: [PATCH] release update --- Cargo.toml | 4 ++-- compile/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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/"