From 526bdf6a03db0f198bcd31858df3324d6c8ec637 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 7 Aug 2025 15:15:12 -0400 Subject: [PATCH] zed 0.199.1 --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e034212748..3831d6c4d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20418,7 +20418,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.199.0" +version = "0.199.1" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 5bd6d981fa..e11af59f2a 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.199.0" +version = "0.199.1" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]