Skip to content

Commit

Permalink
Bump owee to 0.6
Browse files Browse the repository at this point in the history
Owee 0.6 has a big speedup to the ELF parsing routine, so `magic-trace`
can pop up `fzf` much quicker now.
  • Loading branch information
Xyene committed Apr 18, 2022
1 parent 3144a42 commit 3b2240f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.opam
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v2
key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v3

- name: Install musl-compatible kernel headers
run: |
Expand Down
2 changes: 1 addition & 1 deletion magic-trace.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"shell"
# "tracing" vendored in lib/ for now
"dune" {>= "2.0.0"}
"owee" {>= "0.5"}
"owee" {>= "0.6"}
"re" {>= "1.8.0"}
]
synopsis: "Easy Intel Processor Trace Visualizer"
Expand Down

0 comments on commit 3b2240f

Please sign in to comment.