From c6634f040af2e6b8fca9f3781c1e63222ef18753 Mon Sep 17 00:00:00 2001 From: Miles Wirht <114884788+philocalyst@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:28:53 -0400 Subject: [PATCH] Discord community permalink (#73) --- Cargo.lock | 35 +++++++++++++---------------------- README.md | 2 +- crates/gpui/Cargo.toml | 1 - 3 files changed, 14 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e46d802e70..760094f535 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,15 +1058,6 @@ dependencies = [ "rustc-hash 2.1.1", ] -[[package]] -name = "collections" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" -dependencies = [ - "indexmap", - "rustc-hash 2.1.1", -] - [[package]] name = "color_quant" version = "1.1.0" @@ -2309,7 +2300,7 @@ dependencies = [ "chrono", "cocoa 0.26.0", "cocoa-foundation 0.2.0", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "core-foundation 0.10.0", "core-foundation-sys", "core-graphics 0.24.0", @@ -2404,7 +2395,7 @@ dependencies = [ "bytemuck", "calloop", "calloop-wayland-source", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "filedescriptor", "futures", "gpui", @@ -2451,7 +2442,7 @@ dependencies = [ "block", "cbindgen", "cocoa 0.26.0", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "core-foundation 0.10.0", "core-foundation-sys", "core-graphics 0.24.0", @@ -2564,7 +2555,7 @@ version = "0.1.0" dependencies = [ "anyhow", "bytemuck", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "cosmic-text", "criterion", "etagere", @@ -2594,7 +2585,7 @@ dependencies = [ "accesskit", "accesskit_windows", "anyhow", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "etagere", "futures", "gpui", @@ -4102,7 +4093,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" name = "perf" version = "0.1.0" dependencies = [ - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "serde", "serde_json", ] @@ -4112,7 +4103,7 @@ name = "perf" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" dependencies = [ - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "serde", "serde_json", ] @@ -5419,7 +5410,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "sum_tree" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" +source = "git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" dependencies = [ "heapless", "log", @@ -6127,7 +6118,7 @@ dependencies = [ "anyhow", "async-fs", "async_zip", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9)", + "collections", "command-fds", "dirs", "dunce", @@ -7721,18 +7712,18 @@ dependencies = [ [[package]] name = "zlog" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" +source = "git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" dependencies = [ "anyhow", "chrono", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", + "collections", "log", ] [[package]] name = "ztracing" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" +source = "git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" dependencies = [ "tracing", "tracing-subscriber", @@ -7743,7 +7734,7 @@ dependencies = [ [[package]] name = "ztracing_macro" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" +source = "git+https://github.com/zed-industries/zed?rev=876ec5a8a074ba83cce2129ed4d76b59c05a37e9#876ec5a8a074ba83cce2129ed4d76b59c05a37e9" [[package]] name = "zune-core" diff --git a/README.md b/README.md index f9f77bab4b..eff4565fcf 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ gpui = { git = "https://github.com/gpui-ce/gpui-ce" } ``` #### Is there a community I could... join? -For sure! Join the [discord](https://discord.gg/WYEmCKuv) +For sure! Join the [discord](https://discord.gg/vNdskJSfWd) diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index dbd61f64af..f0f9ab847b 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -21,7 +21,6 @@ default = ["font-kit", "wayland", "x11", "windows-manifest"] test-support = [ "leak-detection", "collections/test-support", - "http_client/test-support", "wayland", "x11", "proptest",