From 90737b79d31391c4c99bba2d9fc767ac0fed2444 Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 4 Feb 2023 23:46:50 -0500 Subject: [PATCH] release: 0.2.5 --- spirv-to-dxil/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spirv-to-dxil/Cargo.toml b/spirv-to-dxil/Cargo.toml index ea2d080..7451143 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.4" +version = "0.2.5" edition = "2021" description = "Rust bindings to spirv-to-dxil" license = "MIT"