Skip to content

Commit

Permalink
chore: require latest ctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Feb 23, 2024
1 parent 7205d81 commit adae80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
(depends
(ocaml (>= 4.14.1))
dune
(ctypes (>= 0.18.0))
(ctypes-foreign (>= 0.18.0))
(ctypes (>= 0.22.0))
(ctypes-foreign (>= 0.22.0))
(bigstringaf (>= 0.9.0))
(ppx_yojson_conv (>= v0.15.0))
(extism-manifest (= :version))
Expand Down

0 comments on commit adae80e

Please sign in to comment.