zed_extension_api: Use v0.2.0 WIT types (#17802)

This PR makes `zed_extension_api` use the WIT types from v0.2.0 of
extension API.

A follow-up from #17795, since I had forgotten to do it there.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-09-13 14:49:50 -04:00
committed by GitHub
parent 91ffa02e2c
commit de344c833b
+1 -1
View File
@@ -186,7 +186,7 @@ mod wit {
wit_bindgen::generate!({
skip: ["init-extension"],
path: "./wit/since_v0.1.0",
path: "./wit/since_v0.2.0",
});
}