Skip to content

Commit 80d9b4c

Browse files
committed
Fix CI build failures: clippy violations, PyO3 compatibility, and observability tests
1 parent cb0b179 commit 80d9b4c

File tree

19 files changed

+462
-99
lines changed

19 files changed

+462
-99
lines changed

aws/rust-runtime/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/rust-runtime/aws-runtime/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ tokio = { version = "1.23.1", features = ["macros", "rt", "time"] }
5959
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
6060
tracing-test = "0.2.4"
6161

62+
[target.'cfg(all(not(target_arch = "powerpc"), not(target_family = "wasm")))'.dev-dependencies]
63+
opentelemetry_sdk = { version = "0.27.1", features = ["metrics"] }
64+
6265
[package.metadata.docs.rs]
6366
all-features = true
6467
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)