From f3b42f34a6a05d00c85c91ee81a2a909a606ae0b Mon Sep 17 00:00:00 2001 From: nym21 Date: Mon, 8 Sep 2025 20:16:21 +0200 Subject: [PATCH] dist: add config back to config.toml --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 841e55149..aae799790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,3 +65,11 @@ shared-version = true tag-name = "v{{version}}" pre-release-commit-message = "release: v{{version}}" tag-message = "release: v{{version}}" + +[workspace.metadata.dist] +cargo-dist-version = "0.30.0" +ci = "github" +allow-dirty = ["ci"] +installers = [] +targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"] +rust-toolchain-version = "1.89"