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

Updates for latest nightly #647

Closed
wants to merge 3 commits into from
Closed

Commits on May 21, 2018

  1. Configuration menu
    Copy the full SHA
    4aa662c View commit details
    Browse the repository at this point in the history
  2. update quote, proc-macro2, syn, and pear for latest nightly

    * quote::Tokens is now proc_macro2::TokenStream
    * syn::Ident now re-exports proc_macro2::Ident and no longer has
      AsRef<str>
    jebrosen committed May 21, 2018
    Configuration menu
    Copy the full SHA
    34866a1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. pin diesel to 1.2.* in todo example

    diesel 1.3 currently fails to compile on nightly
    jebrosen committed May 23, 2018
    Configuration menu
    Copy the full SHA
    dc20218 View commit details
    Browse the repository at this point in the history