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/public-api
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
..
aya-ebpf-bindings.txt build(deps): update public-api requirement in the cargo-crates group 2 months ago
aya-ebpf-cty.txt chore: Bless public API changes 11 months ago
aya-ebpf-macros.txt chore: Bless public API changes 11 months ago
aya-ebpf.txt Allow aya-ebpf to clippy with stable rust 2 months ago
aya-log-common.txt build(deps): update public-api requirement in the cargo-crates group 2 months ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt build(deps): update public-api requirement in the cargo-crates group 2 months ago
aya-log.txt build(deps): update public-api requirement in the cargo-crates group 2 months ago
aya-obj.txt feat(aya): Add iterator program type 2 months ago
aya.txt Define `{detach,take_link}` in macro when possible 2 months ago