zed_extension_api: Use v0.3.0 WIT files for codegen (#25398)
This PR updates the `zed_extension_api` to use the v0.3.0 WIT files for code generation. I missed this in https://github.com/zed-industries/zed/pull/25357. Release Notes: - N/A
This commit is contained in:
parent
10053e2566
commit
ec4d9ec111
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ mod wit {
|
|||
|
||||
wit_bindgen::generate!({
|
||||
skip: ["init-extension"],
|
||||
path: "./wit/since_v0.2.0",
|
||||
path: "./wit/since_v0.3.0",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue