Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FyraLabs/anda
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Dec 13, 2024
2 parents 9096e07 + b876ef3 commit 605d3e8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 50 deletions.
64 changes: 16 additions & 48 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ anda-config = { workspace = true }
andax = { path = "./andax", version = "0.4.2" }
flatpak = "0.18.1"
clap-verbosity-flag = "3.0.1"
tokio = { version = "1.41.1", features = [
tokio = { version = "1.42.0", features = [
"process",
"io-util",
"macros",
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ publish = false
clap_mangen = "0.2.24"
anda = { path = ".." }
clap = { workspace = true }
anyhow = "1.0.93"
anyhow = "1.0.94"
clap_complete = { workspace = true }

0 comments on commit 605d3e8

Please sign in to comment.