Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Mar 7, 2022
1 parent b9c0daa commit bf796f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -39,7 +39,7 @@ webhook = "2.0.0"
arboard = "2.0.1"

[dependencies.clap]
version = "3.1.5"
version = "3.1.6"
features = ["derive", "cargo", "std"]

[dependencies.log]
Expand Down
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# discord webhook required openssl to build
[target.x86_64-unknown-linux-musl]
image = "rustembedded/cross:x86_64-unknown-linux-musl-0.1.16"

[target.aarch64-unknown-linux-musl]
image = "rustembedded/cross:aarch64-unknown-linux-musl-0.1.16"

0 comments on commit bf796f3

Please sign in to comment.