From f9c97d29c889951f982c90c34c4cdc0ad0e35f48 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 28 Oct 2025 20:10:33 -0600 Subject: [PATCH] Bump Zed to v0.212 (#41417) 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 92dd0f747a0808c017bdc4ed65527c0be6e05bc0..765b34194c261c12c8fe76968200b19f50e954d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21114,7 +21114,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.211.0" +version = "0.212.0" dependencies = [ "acp_tools", "activity_indicator", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index c84fa8261fe2efdc4c8c831fcd239514c2d16526..9f6196c1482bcff2db9b7812dfb75b1471fec273 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.211.0" +version = "0.212.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]