Skip to content

Commit

Permalink
fix: Force a specific 'syn' version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Jan 11, 2021
1 parent 1798081 commit d32099e
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 d32099e

Please sign in to comment.