libbpf / libbpf-rs

Minimal and opinionated eBPF tooling for the Rust ecosystem
Other
790 stars 138 forks source link

Use workspace-wide definitions for various meta-data #924

Closed d-e-s-o closed 3 months ago

d-e-s-o commented 3 months ago

As it turns out Cargo now allows us to define certain Cargo meta-data in a workspace-wide manner and then more easily reuse that. We intend to update things such as the edition for all crates in the workspace and the version of the two crates being published from the repository should always be kept in sync. This makes those properties (and others) perfect candidates for this infrastructure. With this change we switch over to using workspace-wide properties for a bunch of meta-data.