From 3397cdb4be869a420735b288b2b2199c2e1cb8e6 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 24 Nov 2023 13:23:07 +0200 Subject: [PATCH] zed 0.114.1 --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f36f2445d453a637ef60ca81d2bc10512281146..7988e20cef2929768a12af00db5401277efbb1f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11493,7 +11493,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.114.0" +version = "0.114.1" dependencies = [ "activity_indicator", "ai", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index ab8d5b7efeb742da1fd6591833526246425b8579..1c505e56d8cc195c0b8dbc1dc732e4bcf99ed58a 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Nathan Sobo "] description = "The fast, collaborative code editor." edition = "2021" name = "zed" -version = "0.114.0" +version = "0.114.1" publish = false [lib]