From b0063cdf24623815933365b5af96a9d52eb3ed44 Mon Sep 17 00:00:00 2001 From: jackh726 Date: Fri, 7 Aug 2026 00:40:24 +0000 Subject: [PATCH] Disable rtk for now; the non-global install doesn't actually work --- rtk/SYMPOSIUM.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtk/SYMPOSIUM.toml b/rtk/SYMPOSIUM.toml index a724bbd..e855857 100644 --- a/rtk/SYMPOSIUM.toml +++ b/rtk/SYMPOSIUM.toml @@ -1,5 +1,5 @@ name = "rtk" -depends-on = ["*"] +depends-on = [] # Install the RTK binary from its canonical git repository. RTK is not # installed from crates.io because another crate uses the same name there.