6 Commits (46c6329180ad466b2f37341c33eb2b25a9524443)

Author SHA1 Message Date
Abhijit Gadgil 46c6329180 trivial: Update Cargo.toml template resolver = "2"
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.
2 years ago
Tamir Duberstein afdb45341f Remove branch specifications
The branch should be dictated by the repository.
2 years ago
Dave Tucker 3b2b186e0b Update dependency
Use `aya = ">=0.11"` and therefore the Aya version picked by
Cargo will be bounded by the latest version supported in
`aya-log = "0.1"` - once it's been released again.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 years ago
Michal Rostecki 9f69ee52b2 aya: Switch (again) from crates.io to git
This time we need to switch to git again, because of this unreleased
change:

aya-rs/aya@d1f2215193

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
3 years ago
Dave Tucker 5d018fd6ba Add xtask for building ebpf programs
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
4 years ago
Dave Tucker 9e1c761d8d Initial Commit
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
4 years ago