lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 3eeb33ca2d048594c7438a12e78d9f648e383b1a
parent a9da4579e23da7d6f50394c71181bafbc1853b3c
Author: triesap <tyson@radroots.org>
Date:   Sun, 22 Feb 2026 04:44:20 +0000

coverage: promote `radroots-log` to required gate set

Diffstat:
Mcontract/coverage/required-crates.toml | 1+
Mcontract/coverage/rollout.toml | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml @@ -12,6 +12,7 @@ crates = [ "radroots-app-ffi-swift", "radroots-app-wasm", "radroots-events-indexed", + "radroots-log", ] [policy] diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml @@ -75,7 +75,7 @@ order = 13 [[rollout.crates]] name = "radroots-log" -status = "planned" +status = "required" order = 14 [[rollout.crates]]