Skip to content

Commit

Permalink
Update cargo version. Closes #64 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
enfipy authored Apr 28, 2022
1 parent 860973c commit 38b2931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crossbundle/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "src/main.rs"

[dependencies]
crossbundle-tools = { path = "../tools", version = "0.1.3" }
clap = { version = "3.0.5", features = ["derive"] }
clap = { version = "3.1", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
dunce = "1.0"
thiserror = "1.0"
Expand All @@ -35,7 +35,7 @@ fs_extra = "1.2"
android-tools = "0.2.7"
dirs = "4.0.0"
ureq = "2.4.0"
cargo = "0.59.0"
cargo = "0.61.1"
cargo-util = "0.1.1"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crossbundle/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4"
zip = "0.5.13"
zip-extensions = "0.6"
tempfile = "3.2"
cargo = "0.59.0"
cargo = "0.61.1"
cargo-util = "0.1.1"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 38b2931

Please sign in to comment.