diff --git a/Cargo.lock b/Cargo.lock index 08938c73e0f20f7322246c1987cc267e14fd7719..e84b9274d9d9dde4534a7cec270063d860840fed 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 b224f91a2f2bca3a597fed6497fc0d9edb46ad5b..4ce13c83e389b448887c4cb1e4f4dec35c99e8e1 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 716ec766443bc997c57fb77f78d94f0290aad579..c0658f7339c30e3045f85168eb5223f0ac6ac8b3 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 8d650074c3906026ec91caeb994e9a7e9ed6d847..4028ccb119b78a30cc5648f29120a05017bca663 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 3da90deb2d1a2f1f6a9fdbe761bb4edcc35f664e..a80f042ff4e12821670baafa722cad02e1ea21f0 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 a143e1a2400af479a8f08fae08c8d82d86135484..5f9e95a6b2debffc6219df154a99706dcfa216d9 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 95cbce46c007e3e25ee6a74fcdc12e2a398a04a1..ff55af0e88947b012f4d070be461feddbf88ade8 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]