rust-analyzer/lib
2023-12-12 16:57:44 +02:00
..
la-arena Don't explicitly warn against semicolon_in_expressions_from_macros 2023-12-05 11:35:09 +01:00
line-index Publish line-index 2023-12-12 16:57:44 +02:00
lsp-server Publish lsp-server 0.7.5 2023-12-06 22:00:01 +01:00
README.md Use lib crates from crates.io 2023-06-21 16:10:17 +10:00

lib

Crates in this directory are published to crates.io and obey semver.

They could live in a separate repo, but we want to experiment with a monorepo setup.

We use these crates from crates.io, not the local copies because we want to ensure that rust-analyzer works with the versions that are published. This means if you add a new API to these crates, you need to release a new version to crates.io before you can use that API in rust-analyzer.

To release new versions of these packages, change their version in Cargo.toml. Once your PR is merged into master a workflow will automatically publish the new version to crates.io.

While prototyping, the local versions can be used by uncommenting the relevant lines in the [patch.'crates-io'] section in Cargo.toml