extensions: Upgrade zed_extension_api
to v0.1.0 (#16955)
This PR updates the `zed_extension_api` to v0.1.0 for the extensions that live in this repo. The changes in that version of additive, so none of the extensions need to change their usage in order to upgrade. Release Notes: - N/A
This commit is contained in:
parent
b2f3f760ab
commit
1f0b7d45ff
26 changed files with 50 additions and 61 deletions
|
@ -13,5 +13,5 @@ path = "src/snippets.rs"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
zed_extension_api = "0.0.6"
|
||||
zed_extension_api = "0.1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue