Skip to content

Commit

Permalink
dune-project: Bump minimum OCaml version to 4.13
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Sultanov <[email protected]>
  • Loading branch information
last-genius committed Nov 18, 2024
1 parent 5afa2f9 commit 4a4b4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"This repo contains:\n\n 1. a xenstore client library, a merge of the Mirage and XCP ones\n\n 2. a xenstore server library\n\n 3. a xenstore server instance which runs under Unix with libxc\n\n 4. a xenstore server instance which runs on mirage.\n\n\n The client and the server libraries have sets of unit-tests.\n")
(depends
(ocaml
(>= 4.08.0))
(>= 4.13.0))
(ounit2
(>= 2.2.2))
(lwt
Expand Down
2 changes: 1 addition & 1 deletion xenstore.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ homepage: "https://github.com/mirage/ocaml-xenstore"
bug-reports: "https://github.com/mirage/ocaml-xenstore/issues"
depends: [
"dune" {>= "2.0"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.13.0"}
"ounit2" {>= "2.2.2"}
"lwt" {>= "4.5.0"}
]
Expand Down

0 comments on commit 4a4b4ab

Please sign in to comment.