cleanup(ocaml): add bounds on extism-manifest dependency (#354)

This commit is contained in:
zach
2023-05-23 09:31:16 -07:00
committed by GitHub
parent 62267e874a
commit dc6f99d924

View File

@@ -16,7 +16,7 @@ depends: [
"ctypes-foreign" {>= "0.18.0"}
"bigstringaf" {>= "0.9.0"}
"ppx_yojson_conv" {>= "v0.15.0"}
"extism-manifest"
"extism-manifest" {= version}
"ppx_inline_test" {>= "v0.15.0"}
"cmdliner" {>= "1.1.1"}
"odoc" {with-doc}