From 0b195d6cef37adc937338e19784996039f834e09 Mon Sep 17 00:00:00 2001 From: Will Usher Date: Mon, 14 Feb 2022 21:12:53 -0800 Subject: [PATCH] version # for compile crate --- Cargo.toml | 2 +- compile/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bde31bef9..80f097f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,6 @@ exclude = [ ] [dependencies] -ispc_compile = { path = "./compile/", version = "1.0.10" } +ispc_compile = { path = "./compile/", version = "1.0.11" } ispc_rt = { path = "./runtime/", version = "1.0.5" } diff --git a/compile/Cargo.toml b/compile/Cargo.toml index 8ac581e64..90d35900e 100644 --- a/compile/Cargo.toml +++ b/compile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ispc_compile" -version = "1.0.10" +version = "1.0.11" authors = ["Will Usher "] homepage = "https://github.com/Twinklebear/ispc-rs" documentation = "https://docs.rs/ispc_compile/"