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 Jul 22, 2024
2 parents 1ff4e29 + d0e4671 commit 5ef8151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.5.8"
cmd_lib = "1.3.0"
tokio = { version = "1.38.0", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] }
tokio = { version = "1.38.1", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] }
async-trait = "0.1.81"
nix = { version = "0.29.0", features = ["signal"], default-features = false }
git2 = "0.19.0"
Expand Down
1 change: 1 addition & 0 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "xtask"
version = "0.2.0"
edition = "2021"

publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit 5ef8151

Please sign in to comment.