From 10b849c91e8e7a6ef0026eba1568fa8eed7c6598 Mon Sep 17 00:00:00 2001 From: Baptiste Morisse Date: Wed, 4 Dec 2024 14:15:16 +0100 Subject: [PATCH] Final update on the dist pipeline --- Cargo.lock | 2 +- Cargo.toml | 2 +- dist-workspace.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1dde26..0cd730b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "minimal-federated-computing" -version = "0.4.1" +version = "0.4.2" dependencies = [ "async-stream 0.2.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2caaa5e..b27cb36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minimal-federated-computing" -version = "0.4.1" +version = "0.4.2" edition = "2021" repository = "https://github.com/MisterBourbaki/minimal-federated-computing" readme = "README.md" diff --git a/dist-workspace.toml b/dist-workspace.toml index 4dc58cc..bc11582 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -10,7 +10,7 @@ ci = "github" # The installers to generate for each app installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] # Path that installers should place binaries in install-path = "CARGO_HOME" # Whether to install an updater program