Skip to content

Commit 8d805bd

Browse files
authored
Merge pull request #813 from yyk808/panel_clippy
a temp solution for fixing clippy in panel module
2 parents f0a919a + 29e1dbc commit 8d805bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

panel/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gateway.workspace = true
1515

1616

1717
# ===== Zed Gpui Dependencies ===== #
18-
gpui = { git = "https://github.com/zed-industries/zed" }
18+
gpui = { git = "https://github.com/zed-industries/zed", tag = "v0.167.2" }
1919

2020
# ==== Third Part Dependencies ==== #
2121
tokio = { workspace = true, features = ["macros"]}
@@ -25,4 +25,4 @@ thiserror.workspace = true
2525
anyhow.workspace = true
2626

2727
rust-embed = "8.5.0"
28-
rust-embed-impl = "8.5.0"
28+
rust-embed-impl = "8.5.0"

0 commit comments

Comments
 (0)