Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update aya to 0.13 #2348

Merged
merged 1 commit into from
Oct 9, 2024
Merged

build(deps): update aya to 0.13 #2348

merged 1 commit into from
Oct 9, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Oct 9, 2024

Description of changes:

This change updates our aya dependency, which started failing after they published a new version.

Call-outs:

I've also updated our nightly version, since it was pretty out of date and the BPF build depends on it.

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

@camshaft camshaft marked this pull request as ready for review October 9, 2024 19:59
Comment on lines +427 to +428
rustup toolchain install stable --profile minimal
rustup override set stable
Copy link
Contributor

Choose a reason for hiding this comment

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

why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had to bump the MSRV for the s2n-quic-xdp crate higher than our root MSRV. But I wanted to avoid special casing this in the crates task so just using stable seemed better, especially since we've already got a specific test task to test the MSRV.

@camshaft camshaft merged commit 2271c26 into main Oct 9, 2024
132 checks passed
@camshaft camshaft deleted the camshaft/aya-update branch October 9, 2024 21:10
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.

2 participants