commit ca2a2bdbe05637e12c15cbf37119dcb5f66e7e99
parent eb63ae841f588303c8d2542e8cd81b588f03fed4
Author: triesap <tyson@radroots.org>
Date: Sun, 22 Feb 2026 06:03:43 +0000
coverage: promote `radroots-nostr-runtime` to required gate set
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml
@@ -18,6 +18,7 @@ crates = [
"radroots-nostr",
"radroots-nostr-accounts",
"radroots-nostr-ndb",
+ "radroots-nostr-runtime",
]
[policy]
diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml
@@ -105,7 +105,7 @@ order = 19
[[rollout.crates]]
name = "radroots-nostr-runtime"
-status = "planned"
+status = "required"
order = 20
[[rollout.crates]]