aya-rs / book

The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
https://aya-rs.dev/book/
Apache License 2.0
76 stars 58 forks source link

build: failure in `Check Examples` from #825 #162

Closed yskelg closed 3 months ago

yskelg commented 3 months ago

There are build failure issue.

tyrone-wu commented 3 months ago

A fix was just pushed yesterday https://github.com/rust-lang/cargo/pull/14370, so the issue should be resolved in the next nightly.

yskelg commented 3 months ago

Thank you @tyrone-wu , I checked the build success after #827 build.

Close this issue.