mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
fix: pin unicode-width crate to 0.1.13 (#1170)
semver breaking change in 0.1.13 <https://github.com/unicode-rs/unicode-width/issues/55> <!-- Please read CONTRIBUTING.md before submitting any pull request. -->
This commit is contained in:
parent
7b45f74b71
commit
7f3efb02e6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue