From 9e11479209c9320d3a37b77a5e27848a453b8e53 Mon Sep 17 00:00:00 2001 From: einfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:55:39 +0200 Subject: [PATCH] chore: Allow publish --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86cb37f..90674d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,6 @@ description = "Run path-specific (shell) scripts without the need to modify `PAT exclude = ["*", "!src/**", "!completions/**", "!LICENSE*", "!NOTICE", "!README"] rust-version = "1.81.0" -# prevent unintended publish before version 0.1.0 is actually released -publish = false - [[bin]] name = "dev" required-features = ["application"]