From a93c9834abed0a0c4aadfcd5d57260643209a155 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 11 Aug 2024 22:12:19 +0859 Subject: [PATCH] chore: bump to 0.4.0 since most bugs is fixed, and the api will not be changed in 0.4.0 anymore, publish the 0.4.0 --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d348cf..ce9aee1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "counter" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "iced", "iced_layershell", @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "counter_lock" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "iced", "iced_runtime", @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "counter_multi" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "iced", "iced_layershell", @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "counter_virtual_keyboard" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "iced", "iced_layershell", @@ -1365,7 +1365,7 @@ dependencies = [ [[package]] name = "iced_layershell" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "futures", "iced", @@ -1407,7 +1407,7 @@ dependencies = [ [[package]] name = "iced_sessionlock" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "futures", "iced", @@ -1658,7 +1658,7 @@ dependencies = [ [[package]] name = "layershellev" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "bitflags 2.6.0", "log", @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "sessionlockev" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "bitflags 2.6.0", "log", @@ -3242,7 +3242,7 @@ checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a" [[package]] name = "ulauncher" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "gio", "iced", @@ -3491,7 +3491,7 @@ dependencies = [ [[package]] name = "waycrate_xkbkeycode" -version = "0.4.0-rc2" +version = "0.4.0" dependencies = [ "bitflags 2.6.0", "log", diff --git a/Cargo.toml b/Cargo.toml index 5577931..c680795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ authors = [ "Aakash Sen Sharma ", ] edition = "2021" -version = "0.4.0-rc2" +version = "0.4.0" license = "MIT" repository = "https://github.com/waycrate/exwlshelleventloop" description = "Wayland extra shell lib" @@ -24,12 +24,12 @@ keywords = ["wayland", "wlroots"] readme = "README.md" [workspace.dependencies] -layershellev = { version = "0.4.0-rc2", path = "./layershellev" } -sessionlockev = { version = "0.4.0-rc2", path = "./sessionlockev" } +layershellev = { version = "0.4.0", path = "./layershellev" } +sessionlockev = { version = "0.4.0", path = "./sessionlockev" } -iced_layershell = { version = "0.4.0-rc2", path = "./iced_layershell" } -iced_sessionlock = { version = "0.4.0-rc2", path = "./iced_sessionlock" } -waycrate_xkbkeycode = { version = "0.4.0-rc2", path = "./waycrate_xkbkeycode" } +iced_layershell = { version = "0.4.0", path = "./iced_layershell" } +iced_sessionlock = { version = "0.4.0", path = "./iced_sessionlock" } +waycrate_xkbkeycode = { version = "0.4.0", path = "./waycrate_xkbkeycode" } tempfile = "3.12.0" thiserror = "1.0.63"