You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask
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.
2 months ago
..
libbpf@20ea95b450 xtask: Generate new bindings 10 months ago
public-api Allow aya-ebpf to clippy with stable rust 2 months ago
src Use TargetKind enum and Target::is_proc_macro 2 months ago
Cargo.toml chore: Don't use path deps in workspace 11 months ago