From f8092bf0d225693410c5384db3b0bfa8e1845310 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 2 Apr 2025 13:45:42 -0400 Subject: [PATCH] Bump Zed to v0.182 (#27945) Release Notes: -N/A --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10cce07bf6..672dd73090 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17497,7 +17497,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.181.0" +version = "0.182.0" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index b5540f320a..8f18ad0aee 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.181.0" +version = "0.182.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]