Skip to content

Commit

Permalink
bashreadline: Update to libbpf-rs 0.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoo1 committed Jul 10, 2023
1 parent 4f06661 commit bfb84f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bashreadline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2021"

[dependencies]
object = { version = "0.31.0", features = ["elf"] }
libbpf-rs = "0.20.1"
libbpf-rs = "0.21"
plain = "0.2"
chrono = "0.4"
tokio = { version = "1.28", features = ["full"] }
libbpf-async = { path = "../../libbpf-async" }
rlimit = "0.9.1"

[build-dependencies]
libbpf-cargo = "0.20.1"
libbpf-cargo = "0.21"
1 change: 1 addition & 0 deletions examples/bashreadline/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Licensed under LGPL-2.1 or BSD-2-Clause.

use chrono::prelude::*;
use libbpf_rs::skel::{OpenSkel, SkelBuilder};
use object::{Object, ObjectSymbol};
use plain::Plain;
use std::fs;
Expand Down

0 comments on commit bfb84f5

Please sign in to comment.