From 70fc10a593cc3d9c05ec9dddd48449468bf40b4c Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 4 Feb 2023 17:25:27 -0500 Subject: [PATCH] chore: release 0.2.1 --- spirv-to-dxil-sys/Cargo.toml | 2 +- spirv-to-dxil/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spirv-to-dxil-sys/Cargo.toml b/spirv-to-dxil-sys/Cargo.toml index bfb5055..e14b0c1 100644 --- a/spirv-to-dxil-sys/Cargo.toml +++ b/spirv-to-dxil-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spirv-to-dxil-sys" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Raw bindings to spirv-to-dxil" license = "MIT" diff --git a/spirv-to-dxil/Cargo.toml b/spirv-to-dxil/Cargo.toml index c39d234..ab3fcea 100644 --- a/spirv-to-dxil/Cargo.toml +++ b/spirv-to-dxil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spirv-to-dxil" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Rust bindings to spirv-to-dxil" license = "MIT"