Skip to content

Commit 8260f52

Browse files
author
Romain Bardou
committed
Octez: fix ocaml version for tezos-stdlib, lazy-containers and wasm-interpreter
1 parent a0fad37 commit 8260f52

File tree

4 files changed

+3
-2
lines changed
  • packages
    • tezos-base/tezos-base.15.0
    • tezos-lazy-containers/tezos-lazy-containers.15.0
    • tezos-stdlib/tezos-stdlib.15.0
    • tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.0

4 files changed

+3
-2
lines changed

packages/tezos-base/tezos-base.15.0/opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77
license: "MIT"
88
depends: [
99
"dune" { >= "3.0" }
10-
"ocaml" { >= "4.14.0" }
1110
"tezos-error-monad" { = version }
1211
"data-encoding" { >= "0.6" & < "0.7" }
1312
"tezos-test-helpers" { with-test & = version }

packages/tezos-lazy-containers/tezos-lazy-containers.15.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77
license: "MIT"
88
depends: [
99
"dune" { >= "3.0" }
10+
"ocaml" { >= "4.14" }
1011
"tezos-lwt-result-stdlib" { = version }
1112
"zarith" { >= "1.12" & < "1.13" }
1213
]

packages/tezos-stdlib/tezos-stdlib.15.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77
license: "MIT"
88
depends: [
99
"dune" { >= "3.0" }
10-
"ocaml" { >= "4.12" }
10+
"ocaml" { >= "4.14" }
1111
"alcotest" { with-test & >= "1.5.0" }
1212
"alcotest-lwt" { with-test & >= "1.5.0" }
1313
"lwt_log" {with-test}

packages/tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77
license: "Apache-2.0"
88
depends: [
99
"dune" { >= "3.0" }
10+
"ocaml" { >= "4.14" }
1011
"alcotest" { with-test & >= "1.5.0" }
1112
"ppx_deriving"
1213
"tezos-lwt-result-stdlib" { = version }

0 commit comments

Comments
 (0)