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 committed Oct 14, 2024
1 parent b4c39d1 commit b71c6f9
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 b71c6f9

Please sign in to comment.