From c6ee7bc5a4e73017073efcbe510337ef5ebbb734 Mon Sep 17 00:00:00 2001 From: Zed Bot Date: Mon, 6 Oct 2025 17:51:28 +0000 Subject: [PATCH] Bump to 0.206.7 for @maxdeviant --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 101f6b4fa3..d237f69bb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21218,7 +21218,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.206.6" +version = "0.206.7" dependencies = [ "acp_tools", "activity_indicator", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 28598e5a22..f811d169f5 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.206.6" +version = "0.206.7" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]