Skip to content

0.6.0

Compare
Choose a tag to compare
@dtolnay dtolnay released this 21 May 05:35
· 466 commits to master since this release
0.6.0
e62263f
  • Update to proc-macro2 0.4 which tracks the procedural macro API in the nightly compiler
  • Remove quote::Tokens type and replace with proc_macro2::TokenStream
  • Move methods of quote::Tokens to a quote::TokenStreamExt extension trait