wip
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m59s

This commit is contained in:
2026-02-14 16:43:28 +07:00
parent e327178161
commit a1aaa30a48
8 changed files with 153 additions and 230 deletions

10
Cargo.lock generated
View File

@@ -1009,7 +1009,6 @@ dependencies = [
"chat",
"common",
"dock",
"emojis",
"gpui",
"gpui_tokio",
"indexset",
@@ -1848,15 +1847,6 @@ dependencies = [
"winreg",
]
[[package]]
name = "emojis"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
dependencies = [
"phf",
]
[[package]]
name = "encoding_rs"
version = "0.8.35"