Skip to content

Commit 6610c7b

Browse files
committed
zephyr-macros: Fix dependency version
A version mismatch here causes compilation errors due to other crates depending on this specific version. Signed-off-by: David Brown <[email protected]>
1 parent a7dcabe commit 6610c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ descriptions = "Macros for managing tasks and work queues in Zephyr"
99
proc-macro = true
1010

1111
[dependencies]
12-
syn = { version = "2.0.85", features = ["full", "visit"] }
12+
syn = { version = "2.0.79", features = ["full", "visit"] }
1313
quote = "1.0.37"
1414
proc-macro2 = "1.0.86"
1515
darling = "0.20.1"

0 commit comments

Comments
 (0)