Skip to content

Commit

Permalink
use proc-macro crate type instead of deprecated proc_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmice committed Sep 29, 2024
1 parent a79beeb commit da529bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrpar/cttests_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[lib]
proc_macro = true
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit da529bf

Please sign in to comment.