Skip to content

Commit

Permalink
spirv-std/macros: bump syn to a version that supports everything we…
Browse files Browse the repository at this point in the history
… use.
  • Loading branch information
eddyb committed May 19, 2023
1 parent bc40662 commit 82cfeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spirv-std/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ proc-macro = true
spirv-std-types.workspace = true
proc-macro2 = "1.0.24"
quote = "1.0.8"
syn = { version = "1.0.58", features = ["full", "visit-mut"] }
syn = { version = "1.0.85", features = ["full", "visit-mut"] }

0 comments on commit 82cfeb5

Please sign in to comment.