mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-21 01:26:02 +00:00
0df4d12234
This PR updates the Zig extension to use v0.1.0 of the Zed extension API. This allows us to pin ZLS to v0.11.0, as the more recent releases of ZLS don't have `.tar.gz` assets available. Release Notes: - N/A
16 lines
222 B
TOML
16 lines
222 B
TOML
[package]
|
|
name = "zed_zig"
|
|
version = "0.1.5"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/zig.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.1.0"
|