Skip to content

Commit

Permalink
Update syn to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamofek committed Jan 14, 2024
1 parent 0b89950 commit b2ee303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nalgebra-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "Apache-2.0"
proc-macro = true

[dependencies]
syn = { version="1.0", features = ["full"] }
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"

Expand Down

0 comments on commit b2ee303

Please sign in to comment.