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 10cce07bf66b2820efb98cec27b5fb4db2de3eaf..672dd73090aeb0b00f08335132e7b326a873c584 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 b5540f320adff0f13fa4cac31fa24fe3f1621c36..8f18ad0aee6fd5ce37fced7cd6a9b0eca79c02f9 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 "]