From 3f5823267f7149f1394c7d9704a0a2c0367182cd Mon Sep 17 00:00:00 2001 From: Dino Date: Wed, 8 Apr 2026 18:54:51 +0100 Subject: [PATCH] Bump Zed to v0.233 (#53404) 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 c6225699f1c882839624cc493e5c130a2cf4c647..e35fd6d1d97f103023e2400573720a066a62b4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22138,7 +22138,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.232.0" +version = "0.233.0" dependencies = [ "acp_thread", "acp_tools", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 9feaa59c9762208e4e4e85748f21a7a3e0afc3db..915748f50bf75c63ff8f658581d2f247e2d2e44b 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.232.0" +version = "0.233.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]