Skip to content

Conversation

@toof-jp
Copy link

@toof-jp toof-jp commented Nov 25, 2025

This pull request removes the qldb entry from rustv1/examples/Cargo.toml’s workspace members. The QLDB example directory is already gone #7548, so cargo build currently fails with "error: failed to load manifest for workspace member" Dropping the stale member lets the workspace build succeed again.

$ cargo b
error: failed to load manifest for workspace member `/home/toof/ghq/github.com/awsdocs/aws-doc-sdk-examples/rustv1/examples/ql
db`
referenced by workspace at `/home/toof/ghq/github.com/awsdocs/aws-doc-sdk-examples/rustv1/examples/Cargo.toml`

Caused by:
  failed to read `/home/toof/ghq/github.com/awsdocs/aws-doc-sdk-examples/rustv1/examples/qldb/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the Rust This issue relates to the AWS SDK for Rust (Preview) label Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Rust This issue relates to the AWS SDK for Rust (Preview)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant