radrootsd

JSON-RPC bridge for Radroots event publishing
git clone https://radroots.dev/git/radrootsd.git
Log | Files | Refs | README | LICENSE

commit 487d979b7783c36ed72edd65d7169dbee69127f3
parent 782a1b8219d88c713b463b97502e53c05801208e
Author: triesap <tyson@radroots.org>
Date:   Fri, 20 Mar 2026 03:13:13 +0000

build: align rust-version with dependency floor

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -3,7 +3,7 @@ name = "radrootsd" version = "0.1.0" edition = "2024" authors = ["Radroots Authors"] -rust-version = "1.88.0" +rust-version = "1.92.0" license = "AGPL-3.0" description = "Radroots daemon binary"