Pi66

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

← back to log

V0.1.2

author: pixel2175
date: 2025-08-13 18:42
hash: a8819476ac4b670a838a918bc577c4a225edc36a

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 a4cecba..99579c3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,7 +68,7 @@ dependencies = [

 [[package]]
 name = "pind"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "evdev",
 ]
diff --git a/Cargo.toml b/Cargo.toml
index 87bf89d..c1f4e7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "pind"
-version = "0.1.1"
+version = "0.1.2"
 edition = "2024"

 [dependencies]