Skip to content

Commit 3b2240f

Browse files
committed
Bump owee to 0.6
Owee 0.6 has a big speedup to the ELF parsing routine, so `magic-trace` can pop up `fzf` much quicker now.
1 parent 3144a42 commit 3b2240f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/cache@v2
2222
with:
2323
path: ~/.opam
24-
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v2
24+
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v3
2525

2626
- name: Install musl-compatible kernel headers
2727
run: |

magic-trace.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"shell"
2323
# "tracing" vendored in lib/ for now
2424
"dune" {>= "2.0.0"}
25-
"owee" {>= "0.5"}
25+
"owee" {>= "0.6"}
2626
"re" {>= "1.8.0"}
2727
]
2828
synopsis: "Easy Intel Processor Trace Visualizer"

0 commit comments

Comments
 (0)