diff --git a/xtask/public-api/aya.txt b/xtask/public-api/aya.txt index 62afa4cd..752991c8 100644 --- a/xtask/public-api/aya.txt +++ b/xtask/public-api/aya.txt @@ -8637,4 +8637,5 @@ impl aya::Pod for [T; N] pub fn aya::features() -> &'static aya_obj::obj::Features pub fn aya::loaded_programs() -> impl core::iter::traits::iterator::Iterator> pub type aya::Bpf = aya::Ebpf +pub type aya::BpfError = aya::EbpfError pub type aya::BpfLoader<'a> = aya::EbpfLoader<'a>