fix(relay): update aya-build dependency to latest version (#8540)

As part of working on https://github.com/aya-rs/aya/pull/1228, which I
am depending on in here I had to force-push which will break CI. Opening
this to fix it.
This commit is contained in:
Thomas Eizinger
2025-03-29 11:12:14 +11:00
committed by GitHub
parent 1c4d3f44c1
commit e231ba9407
2 changed files with 2 additions and 2 deletions

2
rust/Cargo.lock generated
View File

@@ -496,7 +496,7 @@ dependencies = [
[[package]]
name = "aya-build"
version = "0.1.2"
source = "git+https://github.com/thomaseizinger/aya?branch=fix%2Faya-build-pin-nightly#c766051000cc41e3409477a8fec8547acc4d72fd"
source = "git+https://github.com/thomaseizinger/aya?branch=fix%2Faya-build-pin-nightly#55ad60e4660a270a50a513f0ff6deb0d6c8d9a62"
dependencies = [
"anyhow",
"cargo_metadata",

View File

@@ -14,7 +14,7 @@ fn main() -> anyhow::Result<()> {
aya_build::build_ebpf(
[package],
aya_build::Toolchain::Custom("+nightly-2024-12-13"),
aya_build::Toolchain::Custom("nightly-2024-12-13"),
)?;
Ok(())