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.
..
.cargo chore: Rename bpf dir to ebpf
aya-ebpf Allow aya-ebpf to clippy with stable rust
aya-ebpf-bindings Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1
aya-ebpf-cty Remove long-dead travis config
aya-log-ebpf Release aya-log-common v0.1.15, aya-log-ebpf v0.1.1
rust-toolchain.toml chore: Rename bpf dir to ebpf