Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cchexcode committed Sep 7, 2024
1 parent fbdbe69 commit 224ac69
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
57 changes: 33 additions & 24 deletions Cargo.lock

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

22 changes: 10 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ path = "./src/main.rs"
default = []

[dependencies]
async-trait = "0.1.81"
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros"] }
clap = "4.5.16"
clap_complete = "4.5.17"
async-trait = "0.1.82"
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] }
clap = "4.5.17"
clap_complete = "4.5.26"
clap_mangen = "0.2.23"
clap-markdown = "0.1.4"
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_yaml = "0.9.34"
anyhow = "1.0.86"
anyhow = "1.0.87"
version-compare = "0.2.0"

[build-dependencies]
async-trait = "0.1.81"
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros"] }
serde = { version = "1.0.208", features = ["derive"] }
async-trait = "0.1.82"
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_yaml = "0.9.34"
anyhow = "1.0.86"
anyhow = "1.0.87"
ci_info = "0.14.14"
version-compare = "0.2.0"

Expand All @@ -44,5 +44,3 @@ lto = true
codegen-units = 1
panic = "abort"

[profile.dev]
debug = 0

0 comments on commit 224ac69

Please sign in to comment.