mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 04:54:24 +00:00
proto: Bump to v0.2.3 (#43791)
Release Notes: - N/A --------- Co-authored-by: Finn Evers <finn@zed.dev>
This commit is contained in:
parent
e5ce7cb19a
commit
9c593f32c8
4 changed files with 4 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -21519,7 +21519,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zed_proto"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
dependencies = [
|
||||
"zed_extension_api 0.1.0",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zed_proto"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
license = "Apache-2.0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
id = "proto"
|
||||
name = "Proto"
|
||||
description = "Protocol Buffers support."
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
schema_version = 1
|
||||
authors = ["Zed Industries <support@zed.dev>"]
|
||||
repository = "https://github.com/zed-industries/zed"
|
||||
|
|
|
|||
|
|
@ -26,3 +26,4 @@ fi
|
|||
|
||||
sed -i '' -e "s/^version = \".*\"/version = \"$VERSION\"/" "$EXTENSION_TOML"
|
||||
sed -i '' -e "s/^version = \".*\"/version = \"$VERSION\"/" "$CARGO_TOML"
|
||||
cargo update --workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue