Skip to content

Commit

Permalink
update: libbpf-rs 0.23 -> 0.24
Browse files Browse the repository at this point in the history
This includes a bit of refactoring due to breaking changes. While doing
so, I noticed it's possible to only add the maps to the ringbuffer when
we actually want to read from them, so I did that.
  • Loading branch information
0xB10C committed Nov 6, 2024
1 parent 8a445f7 commit a2651d2
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 165 deletions.
151 changes: 28 additions & 123 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ edition = "2021"
shared = { path = "../shared" }

prost = "0.10"
libbpf-rs = "0.23"
libbpf-rs = "0.24"

[build-dependencies]
libbpf-cargo = "0.23"
libbpf-cargo = "0.24"

[features]
# Treat warnings as a build error.
Expand Down
Loading

0 comments on commit a2651d2

Please sign in to comment.