Pi66

pind
Simple Rust hotkey daemon.
git clone https://git.pi66.xyz/pind

← back to log

V1.0.5 | fix input problems

author: pi66
date: 2025-08-22 21:57
hash: b29229f01bebd7285335da15dc8650e6ef738732

Diffstat:

M

Cargo.lock
2 +++++++++++++++---------------

M

Cargo.toml
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/Cargo.lock b/Cargo.lock
index 00c69cf..da8e1f4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,7 +68,7 @@ dependencies = [

 [[package]]
 name = "pind"
-version = "0.1.3"
+version = "0.1.4"
 dependencies = [
  "evdev",
 ]
diff --git a/Cargo.toml b/Cargo.toml
index 8589586..2c7da6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "pind"
-version = "0.1.4"
+version = "0.1.5"
 edition = "2024"

 [dependencies]