From 92f7063acb5e3210a469ca2f9cbc3250c3f2a7ea Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 22 Aug 2025 08:46:26 +0200 Subject: [PATCH] Use version=0.0.0 for unpublished crates As discussed in #11737 --- crates/gettext-extraction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gettext-extraction/Cargo.toml b/crates/gettext-extraction/Cargo.toml index f866fea77..9da5033ec 100644 --- a/crates/gettext-extraction/Cargo.toml +++ b/crates/gettext-extraction/Cargo.toml @@ -2,7 +2,7 @@ name = "fish-gettext-extraction" edition.workspace = true rust-version.workspace = true -version = "0.0.1" +version = "0.0.0" repository.workspace = true description = "proc-macro for extracting strings for gettext translation"