From 9d919082567ffb6fd4c06228288ce28f375ba13c Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 14 Apr 2025 16:21:19 -0400 Subject: [PATCH] Bump Zed to v0.183 (#28718) Version was bumped to `v0.183.0` last Wednesday here: https://github.com/zed-industries/zed/pull/28419 But was accidentally downgraded here: https://github.com/zed-industries/zed/pull/27964 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 73761469b9af1b758d68d8fb357f90b4a23cfcee..c5f8742e52d17f9095d3b4dba5b58ff7fd7d9937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18136,7 +18136,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.182.0" +version = "0.183.0" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index d167739f3c4144a4bf8238b996b46092af3349ac..926b5c51eff9b3ccd6a1128410365844684c8c8c 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.182.0" +version = "0.183.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]