Skip to content

Commit 35c8a21

Browse files
committed
bpf-feature: v0.0.3
docs update Signed-off-by: Milan <milan@mdaverde.com>
1 parent 8cdf88e commit 35c8a21

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-feature/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-feature"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
homepage = "https://bpfdeploy.io"
66
description = "A library for eBPF feature detection"

bpf-feature/README.md

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

2424
```toml
2525
[dependencies]
26-
bpf-feature = "0.0.2"
26+
bpf-feature = "0.0.3"
2727
```
2828

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

0 commit comments

Comments
 (0)