Skip to content

Commit a3a721e

Browse files
committed
Fix warning in Cargo.toml.
1 parent 6de7bd7 commit a3a721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
repository = "https://github.com/fusion-engineering/inline-python"
88

99
[lib]
10-
proc_macro = true
10+
proc-macro = true
1111

1212
[dependencies]
1313
proc-macro2 = { version = "1.0", features = ["span-locations"] }

0 commit comments

Comments
 (0)