Skip to content

Releases: ink-feather-org/cargo-manifest-proc-macros-rs

0.3.3

19 Jan 22:08
Compare
Choose a tag to compare
  • Add support for single file rust scripts that use CARGO_MANIFEST_PATH.

0.3.2

18 Jan 10:10
Compare
Choose a tag to compare
  • Relax rust edition to 2021 for bevy.
  • Support bevy's minimum supported rust version.

0.3.1

12 Jan 13:09
Compare
Choose a tag to compare
  • Properly reload the workspace when the Cargo.toml file changes.

0.3.0

02 Jan 09:43
Compare
Choose a tag to compare
  • Added support for stable rust compilers.
  • Extended the CI.

0.2.2

02 Jan 09:11
Compare
Choose a tag to compare
  • Fixed a deadlock.

0.2.1

01 Jan 23:13
Compare
Choose a tag to compare
  • 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

23 Dec 09:12
Compare
Choose a tag to compare
  • Added proper support for workspace dependencies.
  • Added support for target-specific dependencies.
  • Added a proper test suite.

0.1.0

19 Dec 11:28
Compare
Choose a tag to compare

Support reactive compilation using proc_macro_tracked_env and track_path nightly features.

0.0.1

19 Dec 11:06
Compare
Choose a tag to compare

Initial release.