From 959f74e915c2cdeda1baa2f5041fda15f15e13a2 Mon Sep 17 00:00:00 2001 From: Yann Hamdaoui Date: Tue, 14 Jan 2025 16:42:12 +0100 Subject: [PATCH] Update cargo-dist to latest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e0b93f..a24b7a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ urlencoding = "2.1.3" # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.7.2" +cargo-dist-version = "0.28" # CI backends to support ci = ["github"] # The installers to generate for each app