Skip to content

Commit

Permalink
Migrate varlink_generator to syn 2.0.x
Browse files Browse the repository at this point in the history
Since the varlink_generator doesn't make use of anything
that broke after syn was updated to 2.0.x, all it took was
changing the version in the Cargo.toml file.
  • Loading branch information
Eduardo Magnus committed Jul 1, 2024
1 parent 04129b7 commit 8804dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varlink_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ varlink_parser = { version = "4.3", path = "../varlink_parser" }
quote = "1.0.2"
proc-macro2 = "1.0.6"
getopts = "0.2.21"
syn = "1.0.8"
syn = "2.0"
chainerror = "0.8.0"

[dev-dependencies]
Expand Down

0 comments on commit 8804dbb

Please sign in to comment.