Closed gabhijit closed 5 months 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.
cargo xtask build-ebpf
Cargo.toml
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
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 rootCargo.toml
template to avoid this warning.