Skip to content

Commit c32a10d

Browse files
committed
chore: wait to publish 0.18.0
1 parent 15d6855 commit c32a10d

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ authors = [
2222
"Aakash Sen Sharma <aakashsensharma@gmail.com>",
2323
]
2424
edition = "2024"
25-
version = "0.18.0-beta4"
25+
version = "0.18.0"
2626
license = "MIT"
2727
repository = "https://github.com/waycrate/exwlshelleventloop"
2828
description = "Wayland extra shell lib"
2929
keywords = ["wayland", "wlroots"]
3030
readme = "README.md"
3131

3232
[workspace.dependencies]
33-
layershellev = { version = "0.18.0-beta4", path = "./layershellev" }
34-
sessionlockev = { version = "0.18.0-beta4", path = "./sessionlockev" }
35-
exwlshellev = { version = "0.18.0-beta4", path = "./exwlshellev" }
36-
iced_wayland_subscriber = { version = "0.18.0-beta4", path = "./iced_wayland_subscriber" }
37-
iced_layershell = { version = "0.18.0-beta4", path = "./iced_layershell" }
38-
iced_exdevtools = { version = "0.18.0-beta4", path = "./iced_exdevtools" }
39-
iced_layershell_macros = { version = "0.18.0-beta4", path = "./iced_layershell_macros" }
40-
iced_sessionlock = { version = "0.18.0-beta4", path = "./iced_sessionlock" }
41-
iced_sessionlock_macros = { version = "0.18.0-beta4", path = "./iced_sessionlock_macros" }
42-
iced_exwlshell = { version = "0.18.0-beta4", path = "./iced_exwlshell" }
43-
iced_exwlshell_macros = { version = "0.18.0-beta4", path = "./iced_exwlshell_macros" }
44-
waycrate_xkbkeycode = { version = "0.18.0-beta4", path = "./waycrate_xkbkeycode" }
33+
layershellev = { version = "0.18.0", path = "./layershellev" }
34+
sessionlockev = { version = "0.18.0", path = "./sessionlockev" }
35+
exwlshellev = { version = "0.18.0", path = "./exwlshellev" }
36+
iced_wayland_subscriber = { version = "0.18.0", path = "./iced_wayland_subscriber" }
37+
iced_layershell = { version = "0.18.0", path = "./iced_layershell" }
38+
iced_exdevtools = { version = "0.18.0", path = "./iced_exdevtools" }
39+
iced_layershell_macros = { version = "0.18.0", path = "./iced_layershell_macros" }
40+
iced_sessionlock = { version = "0.18.0", path = "./iced_sessionlock" }
41+
iced_sessionlock_macros = { version = "0.18.0", path = "./iced_sessionlock_macros" }
42+
iced_exwlshell = { version = "0.18.0", path = "./iced_exwlshell" }
43+
iced_exwlshell_macros = { version = "0.18.0", path = "./iced_exwlshell_macros" }
44+
waycrate_xkbkeycode = { version = "0.18.0", path = "./waycrate_xkbkeycode" }
4545

4646
tempfile = "3.27.0"
4747
thiserror = "2.0.12"

0 commit comments

Comments
 (0)