Skip to content

Commit bc38dcf

Browse files
committed
feat!: Upgrade to Binaryen v120
1 parent 0e764c1 commit bc38dcf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

binaryen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ depends: [
1616
"dune" {>= "3.0.0"}
1717
"dune-configurator" {>= "3.0.0"}
1818
"js_of_ocaml-compiler" {>= "6.0.0" < "7.0.0"}
19-
"libbinaryen" {> "119.0.0" < "120.0.0"}
19+
"libbinaryen" {> "120.0.0" < "121.0.0"}
2020
]

esy.lock/index.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"ocaml": ">= 4.13.0 < 5.4.0",
12-
"@grain/libbinaryen": "119.0.0-b",
12+
"@grain/libbinaryen": "120.0.0-b",
1313
"@opam/dune": ">= 3.0.0",
1414
"@opam/dune-configurator": ">= 3.0.0"
1515
},

0 commit comments

Comments
 (0)