From a5e5ccc61f8f523f526a98dab8b01b5b1c03d28d Mon Sep 17 00:00:00 2001 From: Zed Bot Date: Thu, 27 Feb 2025 17:13:42 +0000 Subject: [PATCH] Bump to 0.175.6 for @osiewicz --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e16fae137bdf58da363000867edc8de608ba4223..636517e2476a7c3e278680190cb83e9e243c06cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16664,7 +16664,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.175.5" +version = "0.175.6" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 2d11455ab6afc51d28a650be88fa0a66403fbf3e..cdda46bc4d5ed8df89d3ad4a87858e39ae5d85a6 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.175.5" +version = "0.175.6" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]