Releases: ink-feather-org/cargo-manifest-proc-macros-rs
Releases · ink-feather-org/cargo-manifest-proc-macros-rs
0.3.3
0.3.2
- Relax rust edition to 2021 for bevy.
- Support bevy's minimum supported rust version.
0.3.1
- Properly reload the workspace when the
Cargo.toml
file changes.
0.3.0
- Added support for stable rust compilers.
- Extended the CI.
0.2.2
- Fixed a deadlock.
0.2.1
- Fixed a bug where rust analyser would resolve the crate paths incorrectly due to caching of
'static
lifetimes.
See rust-analyzer#18798 and bevy#17004.
0.2.0
- Added proper support for workspace dependencies.
- Added support for target-specific dependencies.
- Added a proper test suite.
0.1.0
Support reactive compilation using proc_macro_tracked_env
and track_path
nightly features.
0.0.1
Initial release.