Skip to content

Commit e10f38c

Browse files
committed
bpf-rs: v0.0.7
Signed-off-by: Milan <milan@mdaverde.com>
1 parent da10a7f commit e10f38c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bpf-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpf-rs"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
edition = "2021"
55
homepage = "https://bpfdeploy.io"
66
description = "A safe, lean library for inspecting and querying eBPF objects"

bpf-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use in your project, add into your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
bpf-rs = "0.0.6"
23+
bpf-rs = "0.0.7"
2424
```
2525

2626
or using [cargo-edit](https://github.com/killercup/cargo-edit):

0 commit comments

Comments
 (0)