Skip to content

Commit 6adf250

Browse files
committed
bpf-rs: v0.0.8
Signed-off-by: Milan <milan@mdaverde.com>
1 parent db21a4b commit 6adf250

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpf-rs"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition = "2021"
55
homepage = "https://bpfdeploy.io"
66
description = "A safe, lean library for inspecting and querying eBPF objects"
@@ -9,8 +9,6 @@ readme = "README.md"
99
license = "BSD-2-Clause"
1010
authors = ["Milan <milan@mdaverde.com>"]
1111

12-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13-
1412
[dependencies]
1513
num_enum = "0.5.7"
1614
thiserror = "1.0.30"

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.7"
23+
bpf-rs = "0.0.8"
2424
```
2525

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

0 commit comments

Comments
 (0)