Commit Graph

5 Commits (94e2825244b5f73074cf47e48b146d29cfaed985)

Author SHA1 Message Date
Tamir Duberstein bdddbdf52f
taplo: reorder-keys
This reduces manual work, but produces some odd ordering such as crate
names not being the first attribute in their manifests.
Tamir Duberstein a43e40ae1d introduce workspace lints, warn on unused crates
In practice this will forbid unused dependencies because we run clippy
with `--deny warnings`.

Workspace lints is a nice place to ratchet up lints through the codebase
all at once and consistently.
Dave Tucker 59082f572c Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Alessandro Decina a4ae8adb0d chore: add version keys to Cargo.toml(s)
Dave Tucker 70ac91dc1e chore(aya-ebpf-bindings): Rename bpf -> ebpf
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>