From e39dd2af67c7669485463b5c3a90d07e9d680d40 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 3 Dec 2025 10:45:45 -0500 Subject: [PATCH] Bump Zed to v0.217 (#44080) 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 1f56fec38b0267d1fe920f8ed89af98644bdd5ef..3e2f12a91c2b76a393f7f99f68bcd05933cb27f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21205,7 +21205,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.216.0" +version = "0.217.0" dependencies = [ "acp_tools", "activity_indicator", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 9e6a6a0fbd10a7695270f2651418d9e2cdc31b4c..3358cc5d32bea308083ae1f6ee06268cf22d670a 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.216.0" +version = "0.217.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]