Skip to content

Commit b8aa806

Browse files
committed
Update nwind to c6b9635
1 parent 6753cf8 commit b8aa806

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lz4-compress = { path = "../lz4-compress" }
2626

2727
[dependencies.nwind]
2828
git = "https://github.com/nokia/not-perf.git"
29-
rev = "a8537b9"
29+
rev = "c6b9635"
3030

3131
[dev-dependencies]
3232
quickcheck = "0.9"

preload/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jemalloc-sys = { path = "../jemallocator/jemalloc-sys", default-features = false
2020

2121
[dependencies.nwind]
2222
git = "https://github.com/nokia/not-perf.git"
23-
rev = "a8537b9"
23+
rev = "c6b9635"
2424
features = ["log", "local-unwinding"]
2525
default-features = false
2626

2727
[dependencies.perf_event_open]
2828
git = "https://github.com/nokia/not-perf.git"
29-
rev = "a8537b9"
29+
rev = "c6b9635"
3030

3131
[dependencies.common]
3232
path = "../common"

0 commit comments

Comments
 (0)