Update modalkit for newer ratatui and crossterm
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user