Skip to content

Commit

Permalink
build: use patched version of aws-sdk-ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Mar 1, 2024
1 parent fbe717f commit 0a761be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ aws-sdk-s3 = { version = "1", default-features = false, features = [
"rt-tokio",
"rustls",
] }
aws-sdk-ec2 = { version = "1", default-features = false, features = [
# To bump the version of aws-sdk-ec2, check the README of https://github.com/risingwavelabs/rw-aws-sdk-ec2
aws-sdk-ec2 = { package = "rw-aws-sdk-ec2", version = "1", default-features = false, features = [
"rt-tokio",
"rustls",
] }
Expand Down

0 comments on commit 0a761be

Please sign in to comment.