You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The oxc_linter crate is only available via git, not crates.io.
This blocked publishing of rma-analyzer and dependent crates.
Changes:
- Make oxc dependencies optional with "oxc" feature flag
- Enable oxc by default for local/binary builds
- Publish to crates.io without oxc (--no-default-features)
- Wrap oxc-specific code with #[cfg(feature = "oxc")]
All 8 RMA crates can now be published:
- rma-common, rma-parser, rma-analyzer, rma-indexer
- rma-ai, rma-plugins, rma-daemon, rma-cli
Bump to v0.10.0
0 commit comments