Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

← back to log

1.0.4

author: pixel
date: 2025-04-12 16:44
hash: 7557235eaeb9587d91d0e8e3d652c05b2cafbba7

Diffstat:

M

Cargo.toml
2 +++++++++++++++---------------

M

Makefile
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.toml b/Cargo.toml
index 442f2c2..b3b0288 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2024"

 [dependencies]
 fltk = "^1.5"
-toml = "0.5.2"
+toml = "0.5.11"
 serde = { version = "1.0", features = ["derive"] }
 argh = "0.1.13"
diff --git a/Makefile b/Makefile
index a3d7f52..5951c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: build

 build:
-   cargo build --release
+   CMAKE_POLICY_VERSION_MINIMUM=3.5 cargo build --release 

 install: build
    sudo install -m755 target/release/pino /bin/pino