Skip to content

Commit

Permalink
adjust bounds for mirage-types{-lwt}, mirage-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 2, 2019
1 parent 0acfb47 commit aad44df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mirage.ml
Expand Up @@ -941,7 +941,7 @@ module Project = struct
]
method! packages =
(* XXX: use %%VERSION_NUM%% here instead of hardcoding a version? *)
let min = "3.5.0" and max = "3.6.0" in
let min = "3.6.0" and max = "3.7.0" in
let common = [
package ~build:true ~min:"4.05.0" "ocaml";
package "lwt";
Expand Down

0 comments on commit aad44df

Please sign in to comment.