Skip to content

Commit

Permalink
Use specific version of syn
Browse files Browse the repository at this point in the history
Fixes a build error caused by the `derive_setters` crate.

More information: Lymia/derive_setters#3
  • Loading branch information
nn1ks committed Jan 23, 2021
1 parent ff34bc4 commit d0dc399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0"
derive_setters = "0.1"
syn = "=1.0.57"

0 comments on commit d0dc399

Please sign in to comment.