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 26, 2024
2 parents 8c8c469 + deae3a4 commit e790da7
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 46 deletions.
92 changes: 49 additions & 43 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tempfile = "3.14.0"
anda-config = { workspace = true }
andax = { path = "./andax", version = "0.4.6" }
flatpak = "0.18.1"
clap-verbosity-flag = "3.0.1"
clap-verbosity-flag = "3.0.2"
tokio = { version = "1.42.0", features = [
"process",
"io-util",
Expand All @@ -44,7 +44,7 @@ git2 = "0.19.0"
chrono = { workspace = true }
ignore = { workspace = true }
promptly = "0.3.1"
console = "0.15.8"
console = "0.15.10"
serde = { workspace = true }
serde_json = { workspace = true }
regex = { workspace = true }
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.94"
anyhow = "1.0.95"
clap_complete = { workspace = true }

0 comments on commit e790da7

Please sign in to comment.