aya-rs / aya-template

A cargo-generate template for Rust eBPF Projects using Aya
81 stars 41 forks source link

trivial: Update Cargo.toml template resolver = "2" #102

Closed gabhijit closed 5 months ago

gabhijit commented 1 year ago

When we try to run cargo xtask build-ebpf etc. we get the warning about Workspace default resolver set to "1". Since all the projects will be 2021 Edition, adding 'resolver = "2"' in the root Cargo.toml template to avoid this warning.

vadorovsky commented 5 months ago

Sorry for missing this PR! :( Unfortunately, I've just merged an another one containing a similar change https://github.com/aya-rs/aya-template/pull/104