From f823601c6ca5fd557460b61c3a4eec6212aea52c Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 18 Mar 2026 10:44:52 -0400 Subject: [PATCH] Bump Zed to v0.230 (#51837) Release Notes: - N/A --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92cde8d3763638c82c346598ff10b6bc92e3ca84..c20230354cbd0c4082e8d7b66ffffcbd39e29adf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21853,7 +21853,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.229.0" +version = "0.230.0" dependencies = [ "acp_thread", "acp_tools", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 45ebd78755b34392db0715896a072faf945d11bc..fef75ea29f762df60f6d60892b78e28ac7aad503 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition.workspace = true name = "zed" -version = "0.229.0" +version = "0.230.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]