Skip to content

Commit

Permalink
Workaround issue ulyssa#293
Browse files Browse the repository at this point in the history
Closes ulyssa#293
  • Loading branch information
simnalamburt committed Sep 29, 2024
1 parent 9a9bdb4 commit ec73699
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
28 changes: 16 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,13 @@ features = ["zbus", "serde"]
optional = true

[dependencies.modalkit]
version = "0.0.20"
git = "https://github.com/simnalamburt/modalkit.git"
tag = "v0.0.20-unicode-width"
default-features = false
#git = "https://github.com/ulyssa/modalkit"
#rev = "24f3ec11c7f634005a27b26878d0fbbdcc08f272"

[dependencies.modalkit-ratatui]
version = "0.0.20"
#git = "https://github.com/ulyssa/modalkit"
#rev = "24f3ec11c7f634005a27b26878d0fbbdcc08f272"
git = "https://github.com/simnalamburt/modalkit.git"
tag = "v0.0.20-unicode-width"

[dependencies.matrix-sdk]
version = "0.7.1"
Expand Down

0 comments on commit ec73699

Please sign in to comment.