We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a919a + 29e1dbc commit 8d805bdCopy full SHA for 8d805bd
panel/Cargo.toml
@@ -15,7 +15,7 @@ gateway.workspace = true
15
16
17
# ===== Zed Gpui Dependencies ===== #
18
-gpui = { git = "https://github.com/zed-industries/zed" }
+gpui = { git = "https://github.com/zed-industries/zed", tag = "v0.167.2" }
19
20
# ==== Third Part Dependencies ==== #
21
tokio = { workspace = true, features = ["macros"]}
@@ -25,4 +25,4 @@ thiserror.workspace = true
25
anyhow.workspace = true
26
27
rust-embed = "8.5.0"
28
-rust-embed-impl = "8.5.0"
+rust-embed-impl = "8.5.0"
0 commit comments