Commit Graph

6 Commits

Author SHA1 Message Date
Tamir Duberstein
49a828ec56 taplo: reorder-keys
Group non-workspace keys before workspace ones for readability.
2025-03-17 11:38:09 -04:00
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>
2024-02-22 17:35:10 +00:00
Alessandro Decina
dfb03382f6 release.toml: fix pre/post release templates 2022-11-16 16:44:11 +11:00
Alessandro Decina
5d0527ae51 release.toml: dev-version* are gone too 2022-11-16 03:52:57 +11:00
Alessandro Decina
a564ab6e5b release.toml: consolidate-pushes doesn't exist anymore 2022-11-16 03:50:02 +11:00
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>
2022-07-28 10:46:33 +00:00