Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed May 10, 2024
1 parent d758087 commit 4b66e95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

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

[workspace.dependencies]
layershellev = { version = "0.2.3", path = "./layershellev" }
sessionlockev = { version = "0.2.3", path = "./sessionlockev" }
layershellev = { version = "0.2.4", path = "./layershellev" }
sessionlockev = { version = "0.2.4", path = "./sessionlockev" }

iced_layershell = { version = "0.2.3", path = "./iced_layershell" }
iced_sessionlock = { version = "0.2.3", path = "./iced_sessionlock"}
iced_layershell = { version = "0.2.4", path = "./iced_layershell" }
iced_sessionlock = { version = "0.2.4", path = "./iced_sessionlock"}

tempfile = "3.8.1"
thiserror = "1.0.50"
Expand Down

0 comments on commit 4b66e95

Please sign in to comment.