Skip to content

Commit

Permalink
Raise minimum OCaml version to 4.08
Browse files Browse the repository at this point in the history
Older versions will soon stop being tested anyway:

https://discuss.ocaml.org/t/raising-the-minimum-tested-version-of-ocaml-to-4-05-or-4-08-from-4-02/12464/12

Also, this avoids the problem with base on 4.07 (janestreet/base#94).
  • Loading branch information
talex5 committed Jul 18, 2023
1 parent f7c6c2e commit fec4f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "https://github.com/capnproto/capnp-ocaml"
bug-reports: "https://github.com/capnproto/capnp-ocaml/issues"
license: "BSD-2-Clause"
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.08.0"}
"dune" {>= "2.3"}
"result"
"base" {>= "v0.11"}
Expand Down

0 comments on commit fec4f21

Please sign in to comment.