Fixed emojy in text inputs, added server switch hint

This commit is contained in:
Uber Veng
2026-05-29 14:12:57 +07:00
parent 2d9b214ff4
commit 829b6403b7
3 changed files with 32 additions and 9 deletions

15
Cargo.lock generated
View File

@@ -1204,7 +1204,7 @@ dependencies = [
[[package]]
name = "ostiary"
version = "1.1.5"
version = "1.1.6"
dependencies = [
"anyhow",
"base64",
@@ -1223,6 +1223,7 @@ dependencies = [
"tokio",
"tokio-util",
"toml",
"unicode-width 0.1.14",
]
[[package]]
@@ -1586,7 +1587,7 @@ dependencies = [
"thiserror 2.0.18",
"unicode-segmentation",
"unicode-truncate",
"unicode-width",
"unicode-width 0.2.2",
]
[[package]]
@@ -1637,7 +1638,7 @@ dependencies = [
"strum",
"time",
"unicode-segmentation",
"unicode-width",
"unicode-width 0.2.2",
]
[[package]]
@@ -2431,9 +2432,15 @@ checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5"
dependencies = [
"itertools",
"unicode-segmentation",
"unicode-width",
"unicode-width 0.2.2",
]
[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "unicode-width"
version = "0.2.2"