emmet: Upgrade zed_extension_api to v0.0.6 (#15177)

This PR upgrades the Emmet extension to use v0.0.6 of the
`zed_extension_api`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-25 08:34:45 -04:00 committed by GitHub
parent 3053f98652
commit aded3dfb05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 16 deletions

View file

@ -13,4 +13,4 @@ path = "src/emmet.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.4"
zed_extension_api = "0.0.6"