Skip to content

Commit

Permalink
Bump version to 0.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yavko committed May 3, 2024
1 parent 64de33d commit 58cef58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ members = [
]

[workspace.package]
version = "0.3.13"
version = "0.4.0-alpha.1"
license = "GPL-3.0-or-later"
repository = "https://github.com/hyprland-community/hyprland-rs"
keywords = ["hyprland", "ipc", "hypr", "wayland", "linux"]
categories = ["api-bindings"]
authors = ["yavko <[email protected]>"]

[dependencies]
hyprland-macros = { path = "hyprland-macros", version = "0.3.4" }
hyprland-macros = { path = "hyprland-macros", version = "0.4.0-alpha.1" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_repr = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/almost_everything/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ authors.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyprland = { version = "0.3.13", path = "../..", default-features = false, features = ["config", "ctl", "data", "dispatch", "keyword", "listener", "async-lite"] }
hyprland = { version = "0.4.0-alpha.1", path = "../..", default-features = false, features = ["config", "ctl", "data", "dispatch", "keyword", "listener", "async-lite"] }
2 changes: 1 addition & 1 deletion examples/almost_everything_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyprland = { version = "0.3.13", path = "../.." }
hyprland = { version = "0.4.0-alpha.1", path = "../.." }
tokio = { version = "1", features = [
"macros",
"io-std",
Expand Down

0 comments on commit 58cef58

Please sign in to comment.