diff --git a/Cargo.lock b/Cargo.lock index 558a687703..d6cb733ce6 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 7456cb5598..33a6ffa6e3 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 2fd8ce27b8..4ab54ad8e6 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 8c900d9f4a..9622049a9c 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 cb1f186bde..a426e2e0d4 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 9cb063c1e5..5fb263501f 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 44f2a8cb16..daefebdbdd 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 54e7eaf463..2db4ef2d3d 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"] }