From 85aa0fb1bcb19997c9ef795f1c76a53251964e85 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sat, 28 Sep 2024 01:54:53 +0900 Subject: [PATCH] release 0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1280f43..ed12ab5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4577,7 +4577,7 @@ dependencies = [ [[package]] name = "wlx-overlay-s" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "ash", diff --git a/Cargo.toml b/Cargo.toml index 38c287c..d0690b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ debug = true [package] name = "wlx-overlay-s" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html