From 0b182b286a204caad8588e1e79331ddbdd291726 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 14 Oct 2024 18:57:22 +0300 Subject: [PATCH] zed 0.156.2 --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 446a1b96b34f496e7777ac9da9597a1c548b78c8..3bbfe89d91add27a3ff1f0c17ada99f6bdc5cab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14398,7 +14398,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.156.1" +version = "0.156.2" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 317a7b12b7e35437f791d73c24693c690d2eb934..db6d3de792c8624db72715b7b711f29afd42bfb8 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.156.1" +version = "0.156.2" publish = false license = "GPL-3.0-or-later" authors = ["Zed Team "]