Skip to content

Commit

Permalink
fix: version problem in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 28, 2024
1 parent 8163283 commit a05e0b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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.6"
version = "0.2.7"
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.4", path = "./layershellev" }
sessionlockev = { version = "0.2.4", path = "./sessionlockev" }
layershellev = { version = "0.2.7", path = "./layershellev" }
sessionlockev = { version = "0.2.7", path = "./sessionlockev" }

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

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

0 comments on commit a05e0b1

Please sign in to comment.