zed/crates/collab/src
Marshall Bowers 16e6f5643c
Extract SemanticVersion into its own crate (#9956)
This PR extracts the `SemanticVersion` out of `util` and into its own
`SemanticVersion` crate.

This allows for making use of `SemanticVersion` without needing to pull
in some of the heavier dependencies included in the `util` crate.

As part of this the public API for `SemanticVersion` has been tidied up
a bit.

Release Notes:

- N/A
2024-03-29 12:11:57 -04:00
..
api Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
bin Make it (a tiny bit) easier to run your own collab (#9557) 2024-03-20 21:00:02 -06:00
db Extend extension API to support auto-updating extensions (#9929) 2024-03-28 14:20:57 -04:00
rpc Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
tests Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
ai.rs Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00
api.rs
auth.rs remoting (#9680) 2024-03-22 08:44:56 -06:00
db.rs Add telemetry events for loading extensions (#9793) 2024-03-25 17:30:48 -04:00
env.rs
errors.rs
executor.rs
lib.rs Fixed channel chat notifications are not working anymore (#9827) 2024-03-26 20:25:09 +01:00
main.rs Windows: Implement signal in collab (#9918) 2024-03-28 11:36:28 -04:00
rate_limiter.rs Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00
rpc.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
seed.rs Make it (a tiny bit) easier to run your own collab (#9557) 2024-03-20 21:00:02 -06:00
tests.rs