aya/ebpf/aya-ebpf
Tamir Duberstein 1de7e728b6 Allow aya-ebpf to clippy with stable rust
The const-assert crate doesn't even compile with stable rust, so we
shouldn't depend on it. Instead we replicate its functionality behind
cfg(unstable) which is set at build time based on the toolchain in use.
..
src Allow aya-ebpf to clippy with stable rust
CHANGELOG.md Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1
Cargo.toml Allow aya-ebpf to clippy with stable rust
build.rs aya: add archs powerpc64 and s390x to aya