Skip to content

Commit f6fb5dd

Browse files
authored
Merge pull request #56 from last-genius/bump-ocaml-version
2 parents 5afa2f9 + 4a4b4ab commit f6fb5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"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")
2626
(depends
2727
(ocaml
28-
(>= 4.08.0))
28+
(>= 4.13.0))
2929
(ounit2
3030
(>= 2.2.2))
3131
(lwt

xenstore.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ homepage: "https://github.com/mirage/ocaml-xenstore"
2828
bug-reports: "https://github.com/mirage/ocaml-xenstore/issues"
2929
depends: [
3030
"dune" {>= "2.0"}
31-
"ocaml" {>= "4.08.0"}
31+
"ocaml" {>= "4.13.0"}
3232
"ounit2" {>= "2.2.2"}
3333
"lwt" {>= "4.5.0"}
3434
]

0 commit comments

Comments
 (0)