From b6105a18f92cb81f22af08b89ff88fc7df3055f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Wed, 11 Dec 2024 11:53:04 -0800 Subject: [PATCH] 0.2.305 --- 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 92bda59a..bed457d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "axolotlsay" -version = "0.2.304" +version = "0.2.305" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index c493a79b..50315854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axolotlsay" description = "💬 a CLI for learning to distribute CLIs in rust" -version = "0.2.304" +version = "0.2.305" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/mistydemeo/cargodisttest.git" diff --git a/dist-workspace.toml b/dist-workspace.toml index e10c8e56..c3908e10 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -10,7 +10,7 @@ ci = "github" # The installers to generate for each app installers = ["shell", "powershell", "npm", "homebrew"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"] +targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"] # A namespace to use when publishing this package to the npm registry npm-scope = "@mistydemeo" # The npm package should have this name