Skip to content

Commit

Permalink
Release the version constraint on ssl.
Browse files Browse the repository at this point in the history
The underlying bug was fixed and the constraints is not compatible with OCaml 5.2.
  • Loading branch information
Zimmi48 committed Oct 28, 2024
1 parent e1154c1 commit bee4e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot-components.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"cohttp-lwt" {>= "2.5.4"}
"cohttp-lwt-unix" {>= "2.5.4"}
"lwt_ssl" {>= "1.1.3"}
"ssl" {= "0.5.9"}
"ssl" {>= "0.5.9"}
"stdio" {>= "v0.14.0"}
"ohex" {>= "0.2.0"}
"mirage-crypto" {>= "1.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
(cohttp-lwt (>= 2.5.4))
(cohttp-lwt-unix (>= 2.5.4))
(lwt_ssl (>= 1.1.3))
(ssl (= 0.5.9))
(ssl (>= 0.5.9))
(stdio (>= v0.14.0))
(ohex (>= 0.2.0))
(mirage-crypto (>= 1.0.0))
Expand Down

0 comments on commit bee4e86

Please sign in to comment.