Skip to content

Commit

Permalink
chore: publish beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 31, 2024
1 parent 9b31373 commit 3fb9dd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ authors = [
"Aakash Sen Sharma <[email protected]>",
]
edition = "2021"
version = "0.2.7"
version = "0.3.0-beta1"
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.7", path = "./layershellev" }
sessionlockev = { version = "0.2.7", path = "./sessionlockev" }
layershellev = { version = "0.3.0-beta1", path = "./layershellev" }
sessionlockev = { version = "0.3.0-beta1", path = "./sessionlockev" }

iced_layershell = { version = "0.2.7", path = "./iced_layershell" }
iced_sessionlock = { version = "0.2.7", path = "./iced_sessionlock" }
waycrate_xkbkeycode = { version = "0.2.7", path = "./waycrate_xkbkeycode" }
iced_layershell = { version = "0.3.0-beta1", path = "./iced_layershell" }
iced_sessionlock = { version = "0.3.0-beta1", path = "./iced_sessionlock" }
waycrate_xkbkeycode = { version = "0.3.0-beta1", path = "./waycrate_xkbkeycode" }

tempfile = "3.10.1"
thiserror = "1.0.63"
Expand Down

0 comments on commit 3fb9dd5

Please sign in to comment.