From d5fde6645afe6356ef31611a76aff69a3e450260 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 20 Feb 2025 12:16:14 -0500 Subject: [PATCH] zed 0.174.6 --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e317b5f2e0843f64468ad03d9ecf5f25fc6931f..34696e094b915f3e8890dc9646b159711e020e28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16625,7 +16625,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.174.5" +version = "0.174.6" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index cb7f3fd78931afb30d64b5cac45e28b2da4faead..b8d1eda584dad2b7cb72f83dd46a1ab325ce900c 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.174.5" +version = "0.174.6" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]