zed/extensions/proto/Cargo.toml
zed-zippy[bot] d0a61a42d9
proto: Bump to v0.3.2 (#53235)
This PR bumps the version of the Proto extension to v0.3.2.

Release Notes:

- N/A

Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
2026-04-06 12:51:13 +00:00

16 lines
243 B
TOML

[package]
name = "zed_proto"
version = "0.3.2"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/proto.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.7.0"