mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +00:00
59dd7c9138
This PR bumps the Zig extension to v0.3.0 Changes: - #16645 Release Notes: - N/A
16 lines
222 B
TOML
16 lines
222 B
TOML
[package]
|
|
name = "zed_zig"
|
|
version = "0.3.0"
|
|
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"
|