Skip to content

Commit

Permalink
Fix min syn version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored Jul 7, 2023
1 parent dd57bcd commit 14a6ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions derive/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ keywords = ["wgsl", "wgpu"]
categories = ["rendering"]

[dependencies]
syn = "2"
syn = "2.0.1"
quote = "1"
proc-macro2 = "1"
proc-macro2 = "1"

0 comments on commit 14a6ebf

Please sign in to comment.