mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Fix CI workflow (#164)
This commit is contained in:
parent
c7864cb869
commit
2673cfaeb9
4 changed files with 162 additions and 143 deletions
|
@ -11,7 +11,7 @@ license = "Apache-2.0"
|
|||
exclude = [".github", "CONTRIBUTING.md"]
|
||||
keywords = ["matrix", "chat", "tui", "vim"]
|
||||
categories = ["command-line-utilities"]
|
||||
rust-version = "1.66"
|
||||
rust-version = "1.67"
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
|
@ -26,7 +26,7 @@ features = ["build", "git", "gitcl",]
|
|||
arboard = "3.2.0"
|
||||
bitflags = "1.3.2"
|
||||
chrono = "0.4"
|
||||
clap = {version = "4.0", features = ["derive"]}
|
||||
clap = {version = "~4.3", features = ["derive"]}
|
||||
comrak = {version = "0.18.0", features = ["shortcodes"]}
|
||||
css-color-parser = "0.1.2"
|
||||
dirs = "4.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue