From e3b714a4ab95364179bc67a4d4c99e304608ad12 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 14 Mar 2023 19:44:40 -0600 Subject: [PATCH] zed 0.78.1 --- Cargo.lock | 2 +- crates/feedback/Cargo.toml | 2 +- crates/sqlez/Cargo.toml | 2 +- crates/sqlez_macros/Cargo.toml | 2 +- crates/welcome/Cargo.toml | 2 +- crates/workspace/Cargo.toml | 2 +- crates/zed/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08938c73e0..e84b9274d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8409,7 +8409,7 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" [[package]] name = "zed" -version = "0.78.0" +version = "0.78.1" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/feedback/Cargo.toml b/crates/feedback/Cargo.toml index b224f91a2f..4ce13c83e3 100644 --- a/crates/feedback/Cargo.toml +++ b/crates/feedback/Cargo.toml @@ -31,4 +31,4 @@ theme = { path = "../theme" } tree-sitter-markdown = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "330ecab87a3e3a7211ac69bbadc19eabecdb1cca" } urlencoding = "2.1.2" util = { path = "../util" } -workspace = { path = "../workspace" } \ No newline at end of file +workspace = { path = "../workspace" } diff --git a/crates/sqlez/Cargo.toml b/crates/sqlez/Cargo.toml index 716ec76644..c0658f7339 100644 --- a/crates/sqlez/Cargo.toml +++ b/crates/sqlez/Cargo.toml @@ -15,4 +15,4 @@ thread_local = "1.1.4" lazy_static = "1.4" parking_lot = "0.11.1" futures = "0.3" -uuid = { version = "1.1.2", features = ["v4"] } \ No newline at end of file +uuid = { version = "1.1.2", features = ["v4"] } diff --git a/crates/sqlez_macros/Cargo.toml b/crates/sqlez_macros/Cargo.toml index 8d650074c3..4028ccb119 100644 --- a/crates/sqlez_macros/Cargo.toml +++ b/crates/sqlez_macros/Cargo.toml @@ -15,4 +15,4 @@ quote = "1.0" proc-macro2 = "1.0" lazy_static = "1.4" sqlez = { path = "../sqlez" } -sqlformat = "0.2" \ No newline at end of file +sqlformat = "0.2" diff --git a/crates/welcome/Cargo.toml b/crates/welcome/Cargo.toml index 3da90deb2d..a80f042ff4 100644 --- a/crates/welcome/Cargo.toml +++ b/crates/welcome/Cargo.toml @@ -24,4 +24,4 @@ theme = { path = "../theme" } theme_selector = { path = "../theme_selector" } util = { path = "../util" } picker = { path = "../picker" } -workspace = { path = "../workspace" } \ No newline at end of file +workspace = { path = "../workspace" } diff --git a/crates/workspace/Cargo.toml b/crates/workspace/Cargo.toml index a143e1a240..5f9e95a6b2 100644 --- a/crates/workspace/Cargo.toml +++ b/crates/workspace/Cargo.toml @@ -57,4 +57,4 @@ gpui = { path = "../gpui", features = ["test-support"] } project = { path = "../project", features = ["test-support"] } settings = { path = "../settings", features = ["test-support"] } fs = { path = "../fs", features = ["test-support"] } -db = { path = "../db", features = ["test-support"] } \ No newline at end of file +db = { path = "../db", features = ["test-support"] } diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 95cbce46c0..ff55af0e88 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.78.0" +version = "0.78.1" publish = false [lib]