Skip to content

Commit

Permalink
add a lower bound to tyxml, see tarides/opam-monorepo#364
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 22, 2022
1 parent f01d3c2 commit bfe34fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let management_stack =
let packages = [
package ~sublibs:["lwt"] "logs" ;
package "omd" ;
package "tyxml" ;
package ~min:"4.5.0" "tyxml" ;
package ~min:"3.7.1" "tcpip" ;
package "mirage-monitoring" ;
package ~sublibs:["mirage"] ~min:"0.3.0" "logs-syslog" ;
Expand Down

0 comments on commit bfe34fc

Please sign in to comment.