Skip to content

Commit

Permalink
Temporary fix for tls-async in CI
Browse files Browse the repository at this point in the history
tls-async can't be tested on OCaml 5 yet, and this prevents the CI from
testing other packages there. This annotation can be removed once a
compatible version of `core` is released.
  • Loading branch information
talex5 committed Sep 7, 2022
1 parent 38319d6 commit 541fe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.0.0"}
"dune" {>= "1.0"}
"tls" {= version}
"x509" {>= "0.14.0"}
Expand Down

0 comments on commit 541fe01

Please sign in to comment.