From d105f04be5699341fd7340c3c8bb07b72d3046ae Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 26 Feb 2025 13:31:58 -0500 Subject: [PATCH] Bump Zed to v0.177 (#25669) 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 6a0de841af0a45afb45444172cf99cf4220effea..9de1c22dfdb8cb302318c69befda3b72f0e1b53f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16732,7 +16732,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.176.0" +version = "0.177.0" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 529c5f8b6bad558af2858dea98c76121c398e651..8330ee6e1ffbefe04f32a225f7aa60a7ab8630b1 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.176.0" +version = "0.177.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]