Skip to content

Commit f6d952b

Browse files
committed
Workaround issue ulyssa#293
Closes ulyssa#293
1 parent b023e38 commit f6d952b

File tree

2 files changed

+146
-31
lines changed

2 files changed

+146
-31
lines changed

Cargo.lock

+142-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-6
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@ features = ["zbus", "serde"]
7676
optional = true
7777

7878
[dependencies.modalkit]
79-
version = "0.0.20"
8079
default-features = false
81-
#git = "https://github.com/ulyssa/modalkit"
82-
#rev = "24f3ec11c7f634005a27b26878d0fbbdcc08f272"
80+
git = "https://github.com/ulyssa/modalkit"
81+
rev = "45855daeeb7081eec626a8f9cf657f0fc2ff0a7a"
8382

8483
[dependencies.modalkit-ratatui]
85-
version = "0.0.20"
86-
#git = "https://github.com/ulyssa/modalkit"
87-
#rev = "24f3ec11c7f634005a27b26878d0fbbdcc08f272"
84+
git = "https://github.com/ulyssa/modalkit"
85+
rev = "45855daeeb7081eec626a8f9cf657f0fc2ff0a7a"
8886

8987
[dependencies.matrix-sdk]
9088
version = "0.8.0"

0 commit comments

Comments
 (0)