Update YpDaemon version to 0.5.0 and change edition to 2024 in Cargo.toml and Cargo.lock for improved compatibility and feature enhancements.
Some checks failed
Deploy yourpart (blue-green) / deploy (push) Failing after 1m17s

This commit is contained in:
Torsten Schulz (local)
2026-04-13 15:05:01 +02:00
parent 8593824a73
commit 670ea093d0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "YpDaemon"
version = "0.1.0"
version = "0.5.0"
dependencies = [
"chrono",
"ctrlc",

View File

@@ -1,7 +1,7 @@
[package]
name = "YpDaemon"
version = "0.5.0"
edition = "2026"
edition = "2024"
[dependencies]
rand = "0.8"