From 241a6387b833b735d54909bc7cdaa79639525f72 Mon Sep 17 00:00:00 2001 From: msiglreith Date: Fri, 4 Oct 2019 23:25:00 +0200 Subject: [PATCH] Bump version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c241090f0d..8865694860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "d3d12" -version = "0.2.1" +version = "0.2.2" authors = ["msiglreith "] description = "Low level D3D12 API wrapper" repository = "https://github.com/gfx-rs/d3d12-rs"