From 16a7416d0eb6ec83eadb8a702f26dfe123a02745 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 4 Jul 2025 10:13:50 +0300 Subject: [PATCH] cargo dist: s/limbo/turso/ --- dist-workspace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index bdeb71f97..68b11bcc9 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -19,7 +19,7 @@ targets = [ # Which actions to run on pull requests pr-run-mode = "plan" # Path that installers should place binaries in -install-path = "~/.limbo" +install-path = "~/.turso" # Whether to install an updater program install-updater = true # Whether to consider the binaries in a package for distribution (defaults true)