Commit Graph

5 Commits (main)

Author SHA1 Message Date
Dave Tucker 5393618081 chore: Fix release.toml
post-release-commit-message was deprecated a while back.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
7 months ago
Alessandro Decina dfb03382f6 release.toml: fix pre/post release templates 2 years ago
Alessandro Decina 5d0527ae51 release.toml: dev-version* are gone too 2 years ago
Alessandro Decina a564ab6e5b release.toml: consolidate-pushes doesn't exist anymore 2 years ago
Dave Tucker dc31e11691 Re-organize into a single workspace
This commit moves the aya-log projects from the subtree and adds them to
the main cargo workspace. It also brings the BPF crates into the
workspace and moves the macro crates up a level since they aren't BPF
code.

Miri was disabled for aya-bpf as the previous config wasn't actually
checking anything.

CI, clippy, fmt and release configurations have all been adjusted
appropriately.

CI was not properly running for other supported arches which was also
ixed here.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 years ago