From c5c190e56d6714edd468e0d2be39599695e2c5e7 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 1 Aug 2025 14:14:45 -0400 Subject: [PATCH] zed 0.197.4 --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38bdc0f168ca89768a8a70fc417cc68dcf621052..18d1674d91d65b8fffcd0d77294b103f43a5fe4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20121,7 +20121,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.197.3" +version = "0.197.4" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index e0cb4c4f666fe160a505acc54006102216628505..d45766f36573bb7f12a9e6ebc0520e23f6c38295 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.197.3" +version = "0.197.4" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]