Skip to content

Commit 7bde97d

Browse files
committed
pin proc-macro versions
There's a breaking change in syn 2
1 parent 9412ab6 commit 7bde97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

matter_macro_derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2021"
88
proc-macro = true
99

1010
[dependencies]
11-
syn = { version = "*", features = ["extra-traits"]}
12-
quote = "*"
13-
proc-macro2 = "*"
11+
syn = { version = "1", features = ["extra-traits"]}
12+
quote = "1"
13+
proc-macro2 = "1"

0 commit comments

Comments
 (0)