Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 9, 2024
1 parent f0baf00 commit e1b61cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*.{toml}]
indent_style = space
indent_size = 2
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ authors = [
"Aakash Sen Sharma <[email protected]>",
]
edition = "2021"
version = "0.9.0-rc1"
version = "0.9.0"
license = "MIT"
repository = "https://github.com/waycrate/exwlshelleventloop"
description = "Wayland extra shell lib"
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"
Expand Down

0 comments on commit e1b61cf

Please sign in to comment.