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 dependencies #16

Closed
wants to merge 3 commits into from
Closed

Update dependencies #16

wants to merge 3 commits into from

Conversation

hcpl
Copy link
Contributor

@hcpl hcpl commented Apr 4, 2018

More specifically:

  • syn 0.10 -> 0.13 which required a significant amount of changes;
  • quote 0.3 -> 0.5 -- nearly no changes at all;
  • compiletest_rs 0.2 -> 0.3 so that compile-fail tests could run on the latest nightly;
  • itertools has been removed because it wasn't used even before the update (I guess it was missed during refactoring before).

The derive-copy-clone compile-fail test should fail on Rust 1.17+ because it compiles successfully due to rust-lang/rust#39572. I'll remove the test after this PR gets merged.

@mcarton
Copy link
Owner

mcarton commented Oct 20, 2018

I am so sorry I never saw this PR!
I have just merged #26, which upgrades dependencies as well, to newer versions than this PR does.

Again, thanks for your time, and sorry for having not merged this before.

@mcarton mcarton closed this Oct 20, 2018
@hcpl
Copy link
Contributor Author

hcpl commented Oct 20, 2018

Nah, don't worry, it happens sometimes (though I should have nagged you to merge waay before, but I myself forgot about this PR, so shrugs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants