Skip to content

Commit

Permalink
Lock syn version to 1.0.59
Browse files Browse the repository at this point in the history
juniper matches on a hidden enum member that's there precisely to make
matches non-exhaustive.
  • Loading branch information
Mikhail Zabaluev committed Jan 26, 2021
1 parent 65139be commit 7780efe
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
73 changes: 37 additions & 36 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 jormungandr/Cargo.toml
Expand Up @@ -14,6 +14,7 @@ edition = "2018"
[dependencies]
arc-swap = "^1.1.0"
juniper = "0.15.2"
syn = "=1.0.59" # Remove this when juniper is updated, or better, gone forever
juniper_warp = "0.6.1"
base64 = "0.13.0"
bincode = "1.2.1"
Expand Down Expand Up @@ -89,4 +90,3 @@ integration-test = []
soak-test = []
systemd = ["slog-journald"]
gelf = ["slog-gelf"]

0 comments on commit 7780efe

Please sign in to comment.