From 4abe033f26df8ce00ab49f983e525f982ed3f49e Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 31 Mar 2023 13:03:51 -0600 Subject: [PATCH] chore: Release raw-window-handle version 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1aa39c9..675e28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raw-window-handle" -version = "0.5.1" +version = "0.5.2" authors = ["Osspial "] edition = "2021" description = "Interoperability library for Rust Windowing applications."