mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-25 00:32:26 +00:00
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:
parent
91ffa02e2c
commit
de344c833b
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ mod wit {
|
|||
|
||||
wit_bindgen::generate!({
|
||||
skip: ["init-extension"],
|
||||
path: "./wit/since_v0.1.0",
|
||||
path: "./wit/since_v0.2.0",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue