From f3bd5ae3e1e79cb008205e02255520419762af72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Tue, 5 Dec 2023 11:24:16 -0800 Subject: [PATCH] chore: remove Homebrew for now --- dist.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist.toml b/dist.toml index 2cd74de..83d6058 100644 --- a/dist.toml +++ b/dist.toml @@ -1,7 +1,7 @@ [package] name = "axolotlsay-js" description = "JavaScript port of axolotlsay" -version = "0.1.0" +version = "0.2.0" license = "MIT" repository = "https://github.com/axodotdev/axolotlsay-js" binaries = ["axolotlsay-js"] @@ -14,7 +14,7 @@ cargo-dist-version = "0.5.0" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = ["shell", "powershell", "homebrew"] +installers = ["shell", "powershell"] # A GitHub repo to push Homebrew formulas to tap = "axodotdev/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax)