docs: Reference latest version of zed_extension_api (#16954)

This PR updates the extension docs to reference the latest version of
the `zed_extension_api`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-27 11:26:13 -04:00 committed by GitHub
parent 8ec36f1e2b
commit dc889ca7f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.6"
zed_extension_api = "0.1.0"
```
Make sure to use the latest version of the [`zed_extension_api`](https://crates.io/crates/zed_extension_api) available on crates.io.