zed/crates/extension/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
..
wasm_host Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extension_builder.rs Wrap extension schema version in a newtype (#9872) 2024-03-27 12:11:12 -04:00
extension_json_schemas.rs Add binary for exporting JSON schemas for validating extensions (#7639) 2024-02-09 18:50:41 -05:00
extension_lsp_adapter.rs Extract TOML support into an extension (#9940) 2024-03-28 18:40:12 -04:00
extension_manifest.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extension_settings.rs Add auto-update system for extensions (#9890) 2024-03-28 15:41:22 -04:00
extension_store.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extension_store_test.rs Add auto-update system for extensions (#9890) 2024-03-28 15:41:22 -04:00
wasm_host.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00