Skip to content

Commit a88402b

Browse files
committed
all: publish
1 parent 1b72a18 commit a88402b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bpf-feature/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpf-feature"
3-
version = "0.0.5"
3+
version = "0.1.0"
44
edition = "2021"
55
repository = "https://github.com/bpfdeploy-io/bpf-rs"
66
homepage = "https://bpfdeploy.io"
@@ -14,8 +14,8 @@ flate2 = "1.0.22"
1414
nix = "0.23.1"
1515
thiserror = "1.0.30"
1616
serde = { version = "1.0.136", optional = true, features = ["derive"] }
17-
bpf-rs = { version = "0.1.0", path = "../bpf-rs" }
18-
bpf-rs-macros = { version = "0.0.2", path = "../bpf-rs-macros" }
17+
bpf-rs = { version = "0.2.0", path = "../bpf-rs" }
18+
bpf-rs-macros = { version = "0.1.0", path = "../bpf-rs-macros" }
1919

2020
[dev-dependencies]
2121
serde_json = "1.0.79"

bpf-rs-macros/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-macros"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
edition = "2021"
55
repository = "https://github.com/bpfdeploy-io/bpf-rs"
66
homepage = "https://bpfdeploy.io"

bpf-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpf-rs"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
repository = "https://github.com/bpfdeploy-io/bpf-rs"
66
homepage = "https://bpfdeploy.io"
@@ -14,7 +14,7 @@ num_enum = "0.5.7"
1414
thiserror = "1.0.30"
1515
libbpf-sys = "0.8.2"
1616
serde = { version = "1.0.136", optional = true, features = ["derive"] }
17-
bpf-rs-macros = { version = "0.0.2", path = "../bpf-rs-macros" }
17+
bpf-rs-macros = { version = "0.1.0", path = "../bpf-rs-macros" }
1818

1919
[dev-dependencies]
2020
bpfdeploy-libbpf-sys = "0.8.0"

0 commit comments

Comments
 (0)