Skip to content

Commit

Permalink
Merge pull request #199 from epage/hack
Browse files Browse the repository at this point in the history
fix: Force a specific 'syn' version
  • Loading branch information
epage authored Jan 11, 2021
2 parents 15147af + d32099e commit 73f8b25
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
53 changes: 30 additions & 23 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ derive_setters = "0.1"
itertools = "0.10"
serde_json = "1.0"
encoding = "0.2"
# HACK: Force a syn version until everyone has fixed their reliance on internal
# APIs.
syn = "=1.0.57"

[dev-dependencies]
assert_fs = "1.0"
Expand Down

0 comments on commit 73f8b25

Please sign in to comment.