Skip to content

Commit c84353f

Browse files
authored
README: update sample versions
Update versions of libbpf-rs and libbpf-cargo used in README.
1 parent cf2ff5c commit c84353f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use in your project, add into your `Cargo.toml`:
1515

1616
```toml
1717
[dependencies]
18-
libbpf-rs = "0.11"
18+
libbpf-rs = "0.14"
1919
```
2020

2121
See [full documentation here](https://docs.rs/libbpf-rs).
@@ -30,7 +30,7 @@ To use in your project, add into your `Cargo.toml`:
3030

3131
```toml
3232
[build-dependencies]
33-
libbpf-cargo = "0.8"
33+
libbpf-cargo = "0.9"
3434
```
3535

3636
See [full documentation here](https://docs.rs/libbpf-cargo).

0 commit comments

Comments
 (0)