Skip to content

Commit

Permalink
Bump syn derive dependency to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 13, 2025
1 parent 82817d1 commit e32fe57
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 141 deletions.
81 changes: 32 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pyo3-built = "0.6.0"
[dependencies.pyo3]
version = "0.23.4"
[dependencies.fastobo]
version = "0.15.2"
version = "0.15.3"
features = ["threading", "smartstring"]
[dependencies.fastobo-graphs]
version = "0.4.8"
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ proc-macro = true
path = "lib.rs"

[dependencies.syn]
version = "1.0"
version = "2.0"
default-features = false
features = ["derive", "clone-impls", "parsing", "printing", "proc-macro"]
features = ["derive", "clone-impls", "parsing", "printing", "proc-macro", "full"]
[dependencies.quote]
version = "1.0"
[dependencies.proc-macro2]
Expand Down
Loading

0 comments on commit e32fe57

Please sign in to comment.