Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Sep 1, 2022
1 parent a409051 commit 77bfe30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bin/avalanched-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanched-aws"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
rust-version = "1.63"

Expand All @@ -18,7 +18,7 @@ aws-manager = "0.0.16"
aws-sdk-cloudwatch = "0.18.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-ec2 = "0.18.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.18.0" # https://github.com/awslabs/aws-sdk-rust/releases
clap = { version = "3.2.18", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "3.2.19", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
command-manager = "0.0.1"
compress-manager = "0.0.2"
coreth = { path = "../../crates/coreth" }
Expand Down
4 changes: 2 additions & 2 deletions bin/avalancheup-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalancheup-aws"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
rust-version = "1.63"

Expand All @@ -17,7 +17,7 @@ aws-sdk-cloudformation = "0.18.0" # https://github.com/awslabs/aws-sdk-rust/rele
aws-sdk-ec2 = "0.18.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.18.0" # https://github.com/awslabs/aws-sdk-rust/releases
big-num-manager = "0.0.1"
clap = { version = "3.2.18", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "3.2.19", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
compress-manager = "0.0.2"
coreth = { path = "../../crates/coreth" }
crossterm = "0.25.0"
Expand Down
4 changes: 2 additions & 2 deletions bin/staking-key-cert-s3-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "staking-key-cert-s3-downloader"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
rust-version = "1.63"

[dependencies]
aws-manager = "0.0.16"
clap = { version = "3.2.18", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "3.2.19", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
env_logger = "0.9.0"
infra-aws = { path = "../../infra-aws" }
log = "0.4.17"
Expand Down

0 comments on commit 77bfe30

Please sign in to comment.