Skip to content

Commit d230534

Browse files
committed
refactor(syn)!: field_annotation migrated and refactored
syn version raised to major (2)
1 parent ec70dba commit d230534

5 files changed

Lines changed: 359 additions & 115 deletions

File tree

canyon_entities/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ description.workspace = true
1313
partialdebug = { workspace = true }
1414
quote = { workspace = true }
1515
proc-macro2 = { workspace = true }
16-
syn = { version = "1.0.109", features = ["full", "parsing"] } # TODO Pending to refactor and upgrade
16+
syn = { version = "2.0.117", features = ["full", "parsing"] } # TODO Pending to refactor and upgrade

0 commit comments

Comments
 (0)