Skip to content

Commit f6b32f2

Browse files
committed
chore: v0.2.7
1 parent 6a19ba8 commit f6b32f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["frame-analyzer", "frame-analyzer-ebpf-common", "examples/simple-anal
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.2.6"
7+
version = "0.2.7"
88
authors = ["shadow3aaa@github.com"]
99
repository = "https://github.com/shadow3aaa/frame-analyzer-ebpf"
1010
readme = "README.md"

Diff for: frame-analyzer-ebpf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "frame-analyzer-ebpf"
33
edition = "2021"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = ["shadow3aaa@github.com"]
66
repository = "https://github.com/shadow3aaa/frame-analyzer-ebpf"
77
description = "The ebpf part of frame-analyzer"

0 commit comments

Comments
 (0)