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" }