Skip to content

v0.2.11

Compare
Choose a tag to compare
@sam0x17 sam0x17 released this 05 Apr 13:48
· 91 commits to main since this release
3d24b42
  • feature gates potentially no_std breaking items depending on proc_macro2 that should only be used when compiling proc macros
  • proc macro crates that use import_tokens_attr and import_tokens_proc and related proc macro building functionality will need to enable the proc_support feature in order to function properly
  • everything else stays the same