chore: Release

This commit is contained in:
Ferdinand Schober
2024-11-07 12:49:59 +01:00
parent a870a9e3a9
commit 4703a4c947
9 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "lan-mouse-proto"
description = "network protocol for lan-mouse"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/feschber/lan-mouse"
@@ -9,5 +9,5 @@ repository = "https://github.com/feschber/lan-mouse"
[dependencies]
num_enum = "0.7.2"
thiserror = "2.0.0"
input-event = { path = "../input-event", version = "0.2.1" }
input-event = { path = "../input-event", version = "0.3.0" }
paste = "1.0"