From a142363fa71f32235a3218ac842fc164a209c669 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 23 Apr 2023 16:31:07 +0100 Subject: [PATCH] chore(rtx): re-enable legacy version file supported The issues I had with Go, can be resolved by running `rtx cache clear`. --- config/rtx/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rtx/config.toml b/config/rtx/config.toml index 4eed671..613a2bf 100644 --- a/config/rtx/config.toml +++ b/config/rtx/config.toml @@ -1,4 +1,4 @@ [settings] experimental = true shims_dir = "~/.rtx/shims" -legacy_version_file = false +legacy_version_file = true