From 83889bb2355092f8abb9f5c7dae222a4ac0b9229 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 8 Jan 2025 16:02:44 +0000 Subject: [PATCH] Bump Zed to v0.170 (#22838) --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cc275b23d..c06090c6df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16199,7 +16199,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.169.0" +version = "0.170.0" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 8f911b73cf..8052bdc335 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition = "2021" name = "zed" -version = "0.169.0" +version = "0.170.0" publish = false license = "GPL-3.0-or-later" authors = ["Zed Team "]