From 5188037512f45c0a6e88809ccb84b6e97dc86381 Mon Sep 17 00:00:00 2001 From: Will Usher Date: Thu, 17 Feb 2022 17:58:27 -0800 Subject: [PATCH] bump versions for release --- Cargo.toml | 6 +++--- compile/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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/"