Skip to content

Commit

Permalink
scanner: v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Feb 1, 2025
1 parent e136527 commit 2173a27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wayrs-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license.workspace = true

[dependencies]
wayrs-core = { version = "1.0", path = "../wayrs-core" }
wayrs-scanner = { version = "0.15.2", path = "../wayrs-scanner" }
wayrs-scanner = { version = "0.15.3", path = "../wayrs-scanner" }

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 4 additions & 0 deletions wayrs-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.15.3

- Bump MSRV to 1.79

# 0.15.2

- Derive `Clone` and `Copy` for event structs when possible.
Expand Down
2 changes: 1 addition & 1 deletion wayrs-scanner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayrs-scanner"
version = "0.15.2"
version = "0.15.3"
description = "Generates code for wayrs-client from xml files"
authors = ["MaxVerevkin <[email protected]>"]
keywords = ["wayland", "client", "scanner"]
Expand Down

0 comments on commit 2173a27

Please sign in to comment.