Skip to content

Commit

Permalink
bump min ocaml-solo5 to avoid fast memory usage error
Browse files Browse the repository at this point in the history
  • Loading branch information
palainp committed Mar 8, 2024
1 parent 37a8955 commit e4a0b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mirage/target/solo5.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let cast = function #t as t -> t | _ -> invalid_arg "not a solo5 target."

let build_packages =
[
Functoria.package ~min:"0.8.1" ~max:"0.9.0" ~scope:`Switch ~build:true
Functoria.package ~min:"0.8.2" ~max:"0.9.0" ~scope:`Switch ~build:true
"ocaml-solo5";
Functoria.package ~min:"0.7.5" ~max:"0.9.0" ~scope:`Switch ~build:true
"solo5";
Expand Down

0 comments on commit e4a0b49

Please sign in to comment.