opam: update owee dependency
Owee 0.4 has been released and we no longer need pin-depends.
This commit is contained in:
parent
dd2c6803c6
commit
f31d9d8288
1 changed files with 1 additions and 5 deletions
|
@ -16,16 +16,12 @@ build: [
|
|||
depends: [
|
||||
"ocaml"
|
||||
"dune" {>= "2.9"}
|
||||
"owee"
|
||||
"owee" {>= "0.4"}
|
||||
"cstruct"
|
||||
"fmt"
|
||||
"cmdliner"
|
||||
]
|
||||
|
||||
pin-depends: [
|
||||
["owee.dev" "git+https://github.com/let-def/owee.git"]
|
||||
]
|
||||
|
||||
synopsis: "OCaml Solo5 elftool for querying solo5 manifests"
|
||||
description: """
|
||||
OCaml Solo5 elftool is a library and executable for reading solo5 device
|
||||
|
|
Loading…
Reference in a new issue