Skip to content

Commit

Permalink
chore(aws-sdk): fix xray-lite dependency
Browse files Browse the repository at this point in the history
`cargo publish --dry-run` complained that the version of `xray-lite` was
not specified in `Cargo.toml`. Specifies the version `0.0.9` to address
this error.
  • Loading branch information
kikuomax committed Mar 30, 2024
1 parent 2f43e39 commit eec895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray-lite-aws-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name = "xray_lite_aws_sdk"
aws-smithy-runtime-api = { version = "1.1", features = ["client"] }
aws-smithy-types = "1.1"
aws-types = "1.1"
xray-lite = { path = "../xray-lite" }
xray-lite = { path = "../xray-lite", version = "0.0.9" }

[dev-dependencies]
aws-config = "1.1.8"
Expand Down

0 comments on commit eec895c

Please sign in to comment.