From e106117b8706a53d33f59517a7700705ca9741d2 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 4 Feb 2026 11:54:54 -0500 Subject: [PATCH] Bump Zed to v0.224 (#48375) 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 71e18afc2848c6597b8ceec795a6df68303a5075..2f7754af76c76247bbcc3a12afdbbf996213596b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20978,7 +20978,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.223.0" +version = "0.224.0" dependencies = [ "acp_thread", "acp_tools", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 5494019594474f5f03c862b815f1eca612c98eb6..3700d21d0402679f6319705627f9b1c67303164e 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.223.0" +version = "0.224.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]