zed_extension_api: Fork new version of extension API (#44025)

This PR forks a new version of the `zed_extension_api` in preparation
for new changes.

We're jumping from v0.6.0 to v0.8.0 for the WIT because we released
v0.7.0 of the `zed_extension_api` without any WIT changes (it probably
should have been v0.6.1, instead).

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-12-02 22:26:40 +00:00
committed by GitHub
parent 96a917091a
commit a2d57fc7b6
18 changed files with 1941 additions and 962 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ mod wit {
wit_bindgen::generate!({
skip: ["init-extension"],
path: "./wit/since_v0.6.0",
path: "./wit/since_v0.8.0",
});
}