Skip to content

Commit 1f71e28

Browse files
committed
Pin versions of certain dependencies to avoid conflicts
1 parent 0733761 commit 1f71e28

2 files changed

Lines changed: 32 additions & 113 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/code_assistant/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ crossterm = "0.27.0"
2424
unicode-width = "0.1"
2525
ratatui = "0.29"
2626
tui-textarea = "0.7"
27-
tui-markdown = "0.3.6"
27+
# Pin to 0.3.6 to avoid incompatibility with ratatui 0.29 (0.3.7 requires ratatui-core)
28+
tui-markdown = "=0.3.6"
2829

2930
# GPUI related
3031
gpui = "0.2.2"
3132
gpui-component = "0.4.0"
33+
# Pin core-text to avoid version conflict with zed-font-kit
34+
# See: https://github.com/zed-industries/zed/issues/46966
35+
core-text = "=21.0.0"
3236
smallvec = "1.15"
3337
rust-embed = { version = "8.9", features = ["include-exclude"] }
3438

0 commit comments

Comments
 (0)