Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update syn to 0.11 #15752

Merged
merged 2 commits into from Feb 27, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Update syn to 0.11

The last remnants of syn 0.10 are due to the WR stack still using
serde_codegen to build on stable, but that isn't actually used in
servo.
  • Loading branch information
nox committed Feb 27, 2017
commit 626e212fcb3cbf98dad6943af5163664c09615fb

Some generated files are not rendered by default. Learn more.

@@ -10,5 +10,5 @@ path = "lib.rs"
proc-macro = true

[dependencies]
syn = "0.10"
synstructure = "0.4"
syn = "0.11"
synstructure = "0.5"
@@ -10,5 +10,5 @@ path = "lib.rs"
proc-macro = true

[dependencies]
syn = "0.10"
syn = "0.11"
quote = "0.3"
@@ -10,6 +10,6 @@ path = "lib.rs"
proc-macro = true

[dependencies]
syn = "0.10"
quote = "0.3"
synstructure = "0.4"
syn = "0.11"
synstructure = "0.5"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.