mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-21 01:26:02 +00:00
5f57efb266
This PR aligns the version numbers in `extension.toml` and `Cargo.toml` for the Astro extension, as they had gotten out-of-sync. Release Notes: - N/A
16 lines
226 B
TOML
16 lines
226 B
TOML
[package]
|
|
name = "zed_astro"
|
|
version = "0.0.3"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/astro.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|