Skip to content

Commit

Permalink
chore: remove pin on mdx package (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko authored Oct 3, 2023
1 parent 6543e9f commit 4b5d777
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(ppx_inline_test (>= v0.15.0))
(cmdliner (>= 1.1.1))
(uuidm (>= 0.9.0))
(mdx (and :dev :with-test))
(mdx (and (>= 2.3.0) :with-test))
)
(tags
(topics wasm plugin)))
Expand Down
5 changes: 1 addition & 4 deletions extism.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"ppx_inline_test" {>= "v0.15.0"}
"cmdliner" {>= "1.1.1"}
"uuidm" {>= "0.9.0"}
"mdx" {dev & with-test}
"mdx" {>= "2.3.0" & with-test}
"odoc" {with-doc}
]
build: [
Expand All @@ -40,6 +40,3 @@ build: [
dev-repo: "git+https://github.com/extism/ocaml-sdk.git"
build-env: [EXTISM_TEST_NO_LIB = ""]
post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"]
pin-depends: [
[ "mdx.dev" "git+https://github.com/realworldocaml/mdx#9586620d81c923b98819042f67a8ce664b2552ac" ]
]
3 changes: 0 additions & 3 deletions extism.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
build-env: [EXTISM_TEST_NO_LIB = ""]
post-messages: ["See https://extism.org/docs/install/ for information about installing libextism"]
pin-depends: [
[ "mdx.dev" "git+https://github.com/realworldocaml/mdx#9586620d81c923b98819042f67a8ce664b2552ac" ]
]

0 comments on commit 4b5d777

Please sign in to comment.