Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Dec 6, 2024
1 parent b699957 commit 7d978f0
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 22 deletions.
292 changes: 271 additions & 21 deletions aws/rust-runtime/aws-config/Cargo.lock

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

3 changes: 3 additions & 0 deletions aws/rust-runtime/aws-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ zeroize = { version = "1", optional = true }
# implementation detail of SSO OIDC `CreateToken` for SSO token providers
aws-sdk-ssooidc = { path = "../../sdk/build/aws-sdk/sdk/ssooidc", default-features = false, optional = true }

# FIXME - workaround minimal-versions check issue with proc-macro < 1.0.60
proc-macro2 = {version = "1.0.92", optional = true }

[dev-dependencies]
aws-smithy-async = { path = "../../sdk/build/aws-sdk/sdk/aws-smithy-async", features = ["rt-tokio", "test-util"] }
aws-smithy-runtime = { path = "../../sdk/build/aws-sdk/sdk/aws-smithy-runtime", features = ["client", "test-util-latest"] }
Expand Down
Loading

0 comments on commit 7d978f0

Please sign in to comment.