v0.2.11
- feature gates potentially
no_std
breaking items depending onproc_macro2
that should only be used when compiling proc macros - proc macro crates that use
import_tokens_attr
andimport_tokens_proc
and related proc macro building functionality will need to enable theproc_support
feature in order to function properly - everything else stays the same