From 876c26bea60702541a55a87f9134ba80b2533f2e Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Sun, 10 Mar 2024 13:43:03 -0400 Subject: [PATCH] chore: update cargo dist version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db3bfc0..b76b708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ mouse_position = { git = "https://github.com/SergioRibera/mouse_position", branc # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.5.0" +cargo-dist-version = "0.7.2" # CI backends to support ci = ["github"] # The installers to generate for each app