Skip to content

Commit

Permalink
fix: packaging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Jan 8, 2024
1 parent be0c6cd commit 8476649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(extism-manifest (= :version))
(ppx_inline_test (>= v0.15.0))
(cmdliner (>= 1.1.1))
(uuidm (>= 0.9.0))
(uuidm (>= 0.9.8))
(mdx (and (>= 2.3.0) :with-test))
)
(tags
Expand Down
2 changes: 1 addition & 1 deletion extism.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"extism-manifest" {= version}
"ppx_inline_test" {>= "v0.15.0"}
"cmdliner" {>= "1.1.1"}
"uuidm" {>= "0.9.0"}
"uuidm" {>= "0.9.8"}
"mdx" {>= "2.3.0" & with-test}
"odoc" {with-doc}
]
Expand Down
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@

(mdx
(libraries extism-manifest extism yojson)
(package extism)
(deps test/code.wasm)
(files :standard - *.mli))

0 comments on commit 8476649

Please sign in to comment.