Skip to content

Commit de3c16e

Browse files
committed
Update task_longrun example to use blazesym 0.2
Update the task_longrun example to use blazesym version 0.2, in order to get the latest and greatest. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 2b5927d commit de3c16e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
components: rustfmt
147147
- uses: Swatinem/rust-cache@v2
148148
- name: Build
149-
run: cargo build --verbose --workspace --exclude runqslower
149+
run: cargo build --verbose --workspace --exclude runqslower --exclude task_longrun
150150

151151
build-capable:
152152
name: Build capable example with static libelf and libz

examples/task_longrun/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ vmlinux = { git = "https://github.com/libbpf/vmlinux.h.git", rev = "83a228cf37fc
1111

1212
[dependencies]
1313
anyhow = "1.0"
14+
blazesym = "0.2"
15+
clap = { version = "4.0.32", default-features = false, features = ["std", "derive", "help", "usage"] }
1416
libbpf-rs = { path = "../../libbpf-rs" }
1517
plain = "0.2"
16-
clap = { version = "4.0.32", default-features = false, features = ["std", "derive", "help", "usage"] }
17-
blazesym = "0.2.0-rc.3"
1818

1919
[lints]
2020
workspace = true

0 commit comments

Comments
 (0)