emmet: Bump to 0.0.4 (#35305)

This PR bumps the emmet extension to version 0.0.4. 

Includes:
- https://github.com/zed-industries/zed/pull/33865
- https://github.com/zed-industries/zed/pull/32208
- https://github.com/zed-industries/zed/pull/15177

Note that this intentionally does NOT include a change in the
`extension.toml`: The version was bumped incorrectly once in
https://github.com/zed-industries/zed/pull/32208 in both the
`extension.toml` as well as the `Cargo.lock` but not in the
`Cargo.toml`. After that,
https://github.com/zed-industries/zed/pull/33667 only removed the
changes in the `Cargo.lock` but didn't revert the change in the
`extension.toml` file. Hence, the version in the `extension.toml` is
already at `0.0.4`

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-07-29 22:46:17 +00:00
committed by GitHub
parent f0927faf61
commit 0be83f1c67
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -20367,7 +20367,7 @@ dependencies = [
[[package]]
name = "zed_emmet"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"zed_extension_api 0.1.0",
]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "zed_emmet"
version = "0.0.3"
version = "0.0.4"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"