Skip to content

Commit

Permalink
fix: pin unicode-width crate to 0.1.13 (ratatui#1170)
Browse files Browse the repository at this point in the history
semver breaking change in 0.1.13
<unicode-rs/unicode-width#55>

<!-- Please read CONTRIBUTING.md before submitting any pull request. -->
  • Loading branch information
joshka authored and itsjunetime committed Jun 23, 2024
1 parent b6e94a5 commit a7f44ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ termwiz = { version = "0.22.0", optional = true }
time = { version = "0.3.11", optional = true, features = ["local-offset"] }
unicode-segmentation = "1.10"
unicode-truncate = "1"
unicode-width = "0.1"
unicode-width = "=0.1.12" # incompatible changes in 0.1.13 https://github.com/unicode-rs/unicode-width/issues/55

[dev-dependencies]
anyhow = "1.0.71"
Expand Down

0 comments on commit a7f44ba

Please sign in to comment.