Use version=0.0.0 for unpublished crates

As discussed in #11737
This commit is contained in:
Johannes Altmanninger
2025-08-22 08:46:26 +02:00
parent cd71801360
commit 92f7063acb

View File

@@ -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"