From 4b021bef01b1524d846925189f8f2a05a8ad1dbf Mon Sep 17 00:00:00 2001 From: reya Date: Sat, 28 Feb 2026 13:11:16 +0700 Subject: [PATCH] fix core-text-version --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1d59d4d..138e5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,8 @@ gpui_windows = { git = "https://github.com/zed-industries/zed" } gpui_macos = { git = "https://github.com/zed-industries/zed" } gpui_tokio = { git = "https://github.com/zed-industries/zed" } reqwest_client = { git = "https://github.com/zed-industries/zed" } +# TODO: remove after fixed, issue: https://github.com/zed-industries/zed/issues/47168 +core-text = "=21.0.0" # Nostr nostr-lmdb = { git = "https://github.com/rust-nostr/nostr" }