Skip to content

Commit f11abb6

Browse files
authored
Merge pull request #26180 from mseri/fix-async_ssl
async_ssl needs a lower bound on ctypes-foreign
2 parents 5d2717d + a4ad0a4 commit f11abb6

File tree

4 files changed

+4
-4
lines changed
  • packages/async_ssl
    • async_ssl.v0.15.0
    • async_ssl.v0.16.0
    • async_ssl.v0.16.1
    • async_ssl.v0.17.0

4 files changed

+4
-4
lines changed

packages/async_ssl/async_ssl.v0.15.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"stdio" {>= "v0.15" & < "v0.16"}
1919
"conf-libssl"
2020
"ctypes" {>= "0.18.0"}
21-
"ctypes-foreign"
21+
"ctypes-foreign" {>= "0.18.0"}
2222
"dune" {>= "2.0.0"}
2323
"dune-configurator"
2424
]

packages/async_ssl/async_ssl.v0.16.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"stdio" {>= "v0.16" & < "v0.17"}
2020
"conf-libssl"
2121
"ctypes" {>= "0.18.0"}
22-
"ctypes-foreign"
22+
"ctypes-foreign" {>= "0.18.0"}
2323
"dune" {>= "2.0.0"}
2424
"dune-configurator"
2525
]

packages/async_ssl/async_ssl.v0.16.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"stdio" {>= "v0.16" & < "v0.17"}
2020
"conf-libssl"
2121
"ctypes" {>= "0.18.0"}
22-
"ctypes-foreign"
22+
"ctypes-foreign" {>= "0.18.0"}
2323
"dune" {>= "2.0.0"}
2424
"dune-configurator"
2525
]

packages/async_ssl/async_ssl.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"stdio" {>= "v0.17" & < "v0.18"}
2020
"conf-libssl"
2121
"ctypes" {>= "0.18.0"}
22-
"ctypes-foreign"
22+
"ctypes-foreign" {>= "0.18.0"}
2323
"dune" {>= "3.11.0"}
2424
"dune-configurator"
2525
]

0 commit comments

Comments
 (0)