⚠️ Don't merge until Zed 0.205.x is on stable ⚠️ See https://github.com/zed-industries/zed/pull/37811 This PR updates the HTML extension, bumping the zed extension API to the latest version, which removes the need to work around a bug where `current_dir()` returned an invalid path on windows. Release Notes: - N/A
17 lines
241 B
TOML
17 lines
241 B
TOML
[package]
|
|
name = "zed_html"
|
|
version = "0.2.2"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/html.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.7.0"
|