diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index c649da6..c8fb6cb 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -2,6 +2,7 @@ name = "rayhunter-daemon" version = "0.5.1" edition = "2024" +rust-version = "1.88.0" [dependencies] rayhunter = { path = "../lib" }