Skip to content

Commit

Permalink
Use syn v2 in our own macros. (hasura#574)
Browse files Browse the repository at this point in the history
This upgrades `darling` and `schemars` too, so they also use `syn` v2.

V3_GIT_ORIGIN_REV_ID: 731160389115dfa079fb1e13e831204d278f5a40
  • Loading branch information
SamirTalwar authored and hasura-bot committed May 14, 2024
1 parent 65ee1d8 commit d3f844b
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 94 deletions.
121 changes: 43 additions & 78 deletions v3/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions v3/crates/utils/opendds-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ bench = false

[dependencies]
convert_case = "0.6"
darling = "0.13"
darling = "0.20"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
syn = { version = "2", features = ["full"] }
thiserror = "1"

[lints]
Expand Down
Loading

0 comments on commit d3f844b

Please sign in to comment.