Skip to content

Commit

Permalink
core: v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Nov 17, 2024
1 parent c974667 commit 3421f3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wayrs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.4

- Drop `thiserror` dependency.

# 1.0.3

- Do not zero-initialize cmsg (control message) buffers when sending/receivng socket messages.
Expand Down
2 changes: 1 addition & 1 deletion wayrs-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayrs-core"
version = "1.0.3"
version = "1.0.4"
description = "The core Wayland types for wayrs"
authors = ["MaxVerevkin <maxxverrr@gmail.com>"]
keywords = ["wayland"]
Expand Down

0 comments on commit 3421f3f

Please sign in to comment.