Skip to content

Commit 24ceafb

Browse files
committed
tls-async: remove ocaml upper bound
1 parent 547db10 commit 24ceafb

File tree

1 file changed

+1
-1
lines changed
  • packages/tls-async/tls-async.0.16.0

1 file changed

+1
-1
lines changed

packages/tls-async/tls-async.0.16.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
]
1414

1515
depends: [
16-
"ocaml" {>= "4.08.0" & < "5.0.0"}
16+
"ocaml" {>= "4.08.0"}
1717
"dune" {>= "3.0"}
1818
"tls" {= version}
1919
"x509" {>= "0.14.0"}

0 commit comments

Comments
 (0)