From 53acf850f37d8cc8ffdcfebd7a73343f8dc339b6 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 9 Apr 2025 11:58:56 +0100 Subject: fix: switch to astral cargo-dist (#2687) --- dist-workspace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist-workspace.toml') diff --git a/dist-workspace.toml b/dist-workspace.toml index 2794f215..619b325e 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -6,7 +6,7 @@ members = ["cargo:."] # Path that installers should place binaries in install-path = "~/.atuin/bin" # The preferred dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.28.0" +cargo-dist-version = "0.28.3" # CI backends to support ci = "github" # The installers to generate for each app -- cgit v1.3.1