mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Update modalkit for newer ratatui and crossterm
This commit is contained in:
parent
9197864c5c
commit
95af00ba93
12 changed files with 221 additions and 183 deletions
|
@ -24,7 +24,7 @@ features = ["build", "git", "gitcl",]
|
|||
|
||||
[dependencies]
|
||||
arboard = "3.2.0"
|
||||
bitflags = "1.3.2"
|
||||
bitflags = "^2.3"
|
||||
chrono = "0.4"
|
||||
clap = {version = "~4.3", features = ["derive"]}
|
||||
comrak = {version = "0.18.0", features = ["shortcodes"]}
|
||||
|
@ -54,7 +54,9 @@ url = {version = "^2.2.2", features = ["serde"]}
|
|||
edit = "0.1.4"
|
||||
|
||||
[dependencies.modalkit]
|
||||
version = "0.0.16"
|
||||
# version = "0.0.16"
|
||||
git = "https://github.com/ulyssa/modalkit"
|
||||
rev = "f9f0517ed6a6152c1eab36d2e71b11f38831d5e6"
|
||||
|
||||
[dependencies.matrix-sdk]
|
||||
version = "^0.6.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue