Skip to content

Commit bd43f1a

Browse files
authored
Merge pull request #24120 from kit-ty-kate/fix-227
wasm.2.0.0 is not compatible with OCaml 5.0
2 parents 4561540 + 7bd0a23 commit bd43f1a

File tree

1 file changed

+1
-1
lines changed
  • packages/wasm/wasm.2.0.0

1 file changed

+1
-1
lines changed

packages/wasm/wasm.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
]
1111
install: [make "-C" "interpreter" "install"]
1212
depends: [
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.0"}
1414
"ocamlfind" {build}
1515
"ocamlbuild" {build}
1616
]

0 commit comments

Comments
 (0)