From 275f0ae4926a9a32641f0d563f593a1addf8a766 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 15 Nov 2022 15:45:04 -0700 Subject: [PATCH] collab 0.2.3 --- Cargo.lock | 2 +- crates/collab/Cargo.toml | 2 +- crates/drag_and_drop/Cargo.toml | 2 +- crates/journal/Cargo.toml | 2 +- crates/project_symbols/Cargo.toml | 2 +- crates/theme_testbench/Cargo.toml | 2 +- crates/vim/Cargo.toml | 2 +- crates/workspace/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 558a68770375f812f1d71db46d755f0ce356a710..d6cb733ce6902d31fe93eb29d86cbb91f166961d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "collab" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-trait", diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 7456cb5598f64bd497fd2b73252ac40219e439b6..33a6ffa6e3c648d396da1f1fb3a5bd27d88dda45 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Nathan Sobo "] default-run = "collab" edition = "2021" name = "collab" -version = "0.2.2" +version = "0.2.3" [[bin]] name = "collab" diff --git a/crates/drag_and_drop/Cargo.toml b/crates/drag_and_drop/Cargo.toml index 2fd8ce27b8b48af1ce241aa98076c329a4e39c93..4ab54ad8e659dddb1ba79f066db895c2e56c79fc 100644 --- a/crates/drag_and_drop/Cargo.toml +++ b/crates/drag_and_drop/Cargo.toml @@ -12,4 +12,4 @@ collections = { path = "../collections" } gpui = { path = "../gpui" } [dev-dependencies] -gpui = { path = "../gpui", features = ["test-support"] } \ No newline at end of file +gpui = { path = "../gpui", features = ["test-support"] } diff --git a/crates/journal/Cargo.toml b/crates/journal/Cargo.toml index 8c900d9f4a24f517b48218b1d38c34e8dffd539d..9622049a9cf2cafc80b9f703fa851f81afa8c632 100644 --- a/crates/journal/Cargo.toml +++ b/crates/journal/Cargo.toml @@ -16,4 +16,4 @@ chrono = "0.4" dirs = "4.0" log = { version = "0.4.16", features = ["kv_unstable_serde"] } settings = { path = "../settings" } -shellexpand = "2.1.0" \ No newline at end of file +shellexpand = "2.1.0" diff --git a/crates/project_symbols/Cargo.toml b/crates/project_symbols/Cargo.toml index cb1f186bdec84d2aa9bcf2b11d094ce22a2ef6ae..a426e2e0d49ce55c64374dca325b23f7aa17eda5 100644 --- a/crates/project_symbols/Cargo.toml +++ b/crates/project_symbols/Cargo.toml @@ -28,4 +28,4 @@ settings = { path = "../settings", features = ["test-support"] } gpui = { path = "../gpui", features = ["test-support"] } language = { path = "../language", features = ["test-support"] } lsp = { path = "../lsp", features = ["test-support"] } -project = { path = "../project", features = ["test-support"] } \ No newline at end of file +project = { path = "../project", features = ["test-support"] } diff --git a/crates/theme_testbench/Cargo.toml b/crates/theme_testbench/Cargo.toml index 9cb063c1e5c9646845b4d5a6edacb1f54e22b0c9..5fb263501f0adf99851010dbfc00b2e4561ca80d 100644 --- a/crates/theme_testbench/Cargo.toml +++ b/crates/theme_testbench/Cargo.toml @@ -15,4 +15,4 @@ settings = { path = "../settings" } workspace = { path = "../workspace" } project = { path = "../project" } -smallvec = { version = "1.6", features = ["union"] } \ No newline at end of file +smallvec = { version = "1.6", features = ["union"] } diff --git a/crates/vim/Cargo.toml b/crates/vim/Cargo.toml index 44f2a8cb16487481fba513bbe0d0771894a7b773..daefebdbdda7fabc308b4103efccd5aa7fafb11a 100644 --- a/crates/vim/Cargo.toml +++ b/crates/vim/Cargo.toml @@ -42,4 +42,4 @@ language = { path = "../language", features = ["test-support"] } project = { path = "../project", features = ["test-support"] } util = { path = "../util", features = ["test-support"] } settings = { path = "../settings" } -workspace = { path = "../workspace", features = ["test-support"] } \ No newline at end of file +workspace = { path = "../workspace", features = ["test-support"] } diff --git a/crates/workspace/Cargo.toml b/crates/workspace/Cargo.toml index 54e7eaf463a344049bc8b1b5d97a64eddaea1b07..2db4ef2d3ddbd7fc4a60429729944533bdc95ffe 100644 --- a/crates/workspace/Cargo.toml +++ b/crates/workspace/Cargo.toml @@ -46,4 +46,4 @@ client = { path = "../client", features = ["test-support"] } gpui = { path = "../gpui", features = ["test-support"] } project = { path = "../project", features = ["test-support"] } settings = { path = "../settings", features = ["test-support"] } -fs = { path = "../fs", features = ["test-support"] } \ No newline at end of file +fs = { path = "../fs", features = ["test-support"] }