From 6cf93487e3f72aa1d724827633f77b565b1be9a0 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 16 Oct 2024 12:14:04 +0200 Subject: [PATCH] Release xwin 0.6.6-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d85e602..5755477 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2188,7 +2188,7 @@ dependencies = [ [[package]] name = "xwin" -version = "0.6.5" +version = "0.6.6-rc.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6c833ef..79120aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xwin" -version = "0.6.5" +version = "0.6.6-rc.1" description = "Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation" authors = ["Jake Shadle "] edition = "2021"