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:
Marshall Bowers
2024-08-27 12:00:43 -04:00
committed by GitHub
parent b2f3f760ab
commit 1f0b7d45ff
26 changed files with 50 additions and 61 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ path = "src/lua.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.6"
zed_extension_api = "0.1.0"