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 2, 2024
1 parent e0f64dd commit 9c2e0d4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ authors = [
"Aakash Sen Sharma <[email protected]>",
]
edition = "2021"
version = "0.8.0"
version = "0.8.1"
license = "MIT"
repository = "https://github.com/waycrate/exwlshelleventloop"
description = "Wayland extra shell lib"
keywords = ["wayland", "wlroots"]
readme = "README.md"

[workspace.dependencies]
layershellev = { version = "0.8.0", path = "./layershellev" }
sessionlockev = { version = "0.8.0", path = "./sessionlockev" }
layershellev = { version = "0.8.1", path = "./layershellev" }
sessionlockev = { version = "0.8.1", path = "./sessionlockev" }

iced_layershell = { version = "0.8.0", path = "./iced_layershell" }
iced_layershell_macros = { version = "0.8.0", path = "./iced_layershell_macros" }
iced_sessionlock = { version = "0.8.0", path = "./iced_sessionlock" }
waycrate_xkbkeycode = { version = "0.8.0", path = "./waycrate_xkbkeycode" }
iced_layershell = { version = "0.8.1", path = "./iced_layershell" }
iced_layershell_macros = { version = "0.8.1", path = "./iced_layershell_macros" }
iced_sessionlock = { version = "0.8.1", path = "./iced_sessionlock" }
waycrate_xkbkeycode = { version = "0.8.1", path = "./waycrate_xkbkeycode" }

tempfile = "3.13.0"
thiserror = "1.0.63"
Expand Down

0 comments on commit 9c2e0d4

Please sign in to comment.