Skip to content

Commit

Permalink
Update syn to 2.0 (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamofek authored Jun 22, 2024
1 parent d1edb4f commit 5cb9dcb
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 5cb9dcb

Please sign in to comment.