From e1b61cf361ecc35e6a274cc45bbeb652084bdef0 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Wed, 9 Oct 2024 18:23:48 +0900 Subject: [PATCH] chore: bump version --- .editorconfig | 5 +++++ Cargo.toml | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b3eac8e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{toml}] +indent_style = space +indent_size = 2 diff --git a/Cargo.toml b/Cargo.toml index abb3a0e..5ef5e2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ authors = [ "Aakash Sen Sharma ", ] edition = "2021" -version = "0.9.0-rc1" +version = "0.9.0" license = "MIT" repository = "https://github.com/waycrate/exwlshelleventloop" description = "Wayland extra shell lib" @@ -26,14 +26,14 @@ keywords = ["wayland", "wlroots"] readme = "README.md" [workspace.dependencies] -layershellev = { version = "0.9.0-rc1", path = "./layershellev" } -sessionlockev = { version = "0.9.0-rc1", path = "./sessionlockev" } - -iced_layershell = { version = "0.9.0-rc1", path = "./iced_layershell" } -iced_layershell_macros = { version = "0.9.0-rc1", path = "./iced_layershell_macros" } -iced_sessionlock = { version = "0.9.0-rc1", path = "./iced_sessionlock" } -iced_sessionlock_macros = { version = "0.9.0-rc1", path = "./iced_sessionlock_macros" } -waycrate_xkbkeycode = { version = "0.9.0-rc1", path = "./waycrate_xkbkeycode" } +layershellev = { version = "0.9.0", path = "./layershellev" } +sessionlockev = { version = "0.9.0", path = "./sessionlockev" } + +iced_layershell = { version = "0.9.0", path = "./iced_layershell" } +iced_layershell_macros = { version = "0.9.0", path = "./iced_layershell_macros" } +iced_sessionlock = { version = "0.9.0", path = "./iced_sessionlock" } +iced_sessionlock_macros = { version = "0.9.0", path = "./iced_sessionlock_macros" } +waycrate_xkbkeycode = { version = "0.9.0", path = "./waycrate_xkbkeycode" } tempfile = "3.13.0" thiserror = "1.0.63"