From 82a64932b04c779d75a98846308170a955aed26c Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 1 Apr 2026 11:37:55 -0400 Subject: [PATCH] Bump Zed to v0.232 (#52903) 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 0cf311de4d45c4b666265919b41d6f7cb45176cb..3f85d955898f1c6391c55cdd01fdffbfc4d242b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21893,7 +21893,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.231.0" +version = "0.232.0" dependencies = [ "acp_thread", "acp_tools", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index c24371667e7d3f984f0960f6b3f18d5d0f1e5f4c..9feaa59c9762208e4e4e85748f21a7a3e0afc3db 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.231.0" +version = "0.232.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]