mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
457fbd742f
This PR updates the Zig extension to pin ZLS to v0.11.0, as the more recent releases of ZLS don't have `.tar.gz` assets available. Note that this depends on the next version of the `zed_extension_api`, which has yet to be released. Release Notes: - N/A
17 lines
254 B
TOML
17 lines
254 B
TOML
[package]
|
|
name = "zed_zig"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/zig.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = { path = "../../crates/extension_api" }
|