commit 9d1b24ff21ade68c4b98a1ad2d7ffaec94e6aea6
parent fe4abf1baad73a2ee7b2b93fee111e5005518f68
Author: triesap <tyson@radroots.org>
Date: Thu, 18 Jun 2026 20:10:43 -0700
cli: use SDK local-runtime feature
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -41,7 +41,7 @@ radroots_replica_db_schema = { path = "../lib/crates/replica_db_schema" }
radroots_replica_sync = { path = "../lib/crates/replica_sync" }
radroots_runtime = { path = "../lib/crates/runtime" }
radroots_runtime_paths = { path = "../lib/crates/runtime_paths" }
-radroots_sdk = { path = "../sdk/crates/sdk", features = ["cli-runtime"] }
+radroots_sdk = { path = "../sdk/crates/sdk", features = ["local-runtime"] }
radroots_secret_vault = { path = "../lib/crates/secret_vault", features = ["std", "os-keyring"] }
radroots_sql_core = { path = "../lib/crates/sql_core", features = ["native"] }
radroots_sp1_host_trade = { path = "../lib/crates/sp1_host_trade" }