Rust: make proc_macro test version also 0.0.1

This commit is contained in:
Paolo Tranquilli
2025-06-18 11:12:13 +02:00
parent 27eeaf25fd
commit 75616de613
6 changed files with 13 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ proc_macro = { path = "../.proc_macro" }
{{#Macro}}
[package]
name = "proc_macro"
version = "0.1.0"
version = "0.0.1"
edition = "2021"
[lib]
path = "../proc_macro.rs"