Update version and edition in Cargo.toml; enhance breakup risk management in FalukantFamilyWorker: Added logic to automatically deactivate low-affection relationships and notify users of high breakup risks. Updated SQL queries to support these changes.
Some checks failed
Deploy yourpart (blue-green) / deploy (push) Failing after 3s

This commit is contained in:
Torsten Schulz (local)
2026-04-13 12:21:35 +02:00
parent 10f71ece0e
commit 2cca0da750
3 changed files with 71 additions and 2 deletions

View File

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