mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
35e1229fbb
This PR syncs the version number in the `Cargo.toml` with the one in `extension.toml` for the `toml` extension, since they had gotten out-of-sync. Release Notes: - N/A
17 lines
224 B
TOML
17 lines
224 B
TOML
[package]
|
|
name = "zed_toml"
|
|
version = "0.0.2"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/toml.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.4"
|