Skip to content

Add aya-ebpf-cty to workspace manifest#1508

Merged
vadorovsky merged 1 commit intoaya-rs:mainfrom
AmitPr:amit/aya-ebpf-cty-workspace
Mar 29, 2026
Merged

Add aya-ebpf-cty to workspace manifest#1508
vadorovsky merged 1 commit intoaya-rs:mainfrom
AmitPr:amit/aya-ebpf-cty-workspace

Conversation

@AmitPr
Copy link
Copy Markdown
Contributor

@AmitPr AmitPr commented Mar 27, 2026

This explicitly adds aya-ebpf-cty to the workspace manifest. The crate was only transitively included in the workspace before.

Fixes: #1507

Added/updated tests?

We strongly encourage you to add a test for your changes.

  • Yes
  • No, and this is why: this does not change functionality.
  • I need help with writing tests

Checklist

  • Rust code has been formatted with cargo +nightly fmt.
  • All clippy lints have been fixed.
    You can find failing lints with ./clippy.sh.
  • Unit tests are passing locally with cargo test.
  • The Integration tests are passing locally.
  • I have blessed any API changes with cargo xtask public-api --bless.

This change is Reviewable

Copilot AI review requested due to automatic review settings March 27, 2026 17:50
@AmitPr AmitPr requested a review from a team as a code owner March 27, 2026 17:50
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 27, 2026

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 50d9fbc
🔍 Latest deploy log https://app.netlify.com/projects/aya-rs-docs/deploys/69c6c361f8b5c100089507f5
😎 Deploy Preview https://deploy-preview-1508--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR explicitly adds the ebpf/aya-ebpf-cty crate to the root workspace Cargo.toml members list, resolving the issue where it was only included transitively.

Changes:

  • Add ebpf/aya-ebpf-cty to [workspace].members in the root manifest.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vadorovsky vadorovsky merged commit dbe559b into aya-rs:main Mar 29, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aya-ebpf-cty not listed in workspace Cargo.toml

3 participants