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:
Marshall Bowers 2025-02-22 12:47:57 -05:00 committed by GitHub
parent 10053e2566
commit ec4d9ec111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,7 +195,7 @@ mod wit {
wit_bindgen::generate!({
skip: ["init-extension"],
path: "./wit/since_v0.2.0",
path: "./wit/since_v0.3.0",
});
}