Skip to content

Commit b70bced

Browse files
committed
aws-s3 needs bounds on base
Signed-off-by: Marcello Seri <[email protected]>
1 parent 4770d64 commit b70bced

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

packages/aws-s3/aws-s3.4.4.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ depends: [
2020
"uri"
2121
"xml-light"
2222
"yojson"
23+
"base" {< "v0.17.0"}
2324
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
2425
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
2526
"cmdliner"

packages/aws-s3/aws-s3.4.4.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ depends: [
2020
"uri"
2121
"xml-light"
2222
"yojson"
23+
"base" {< "v0.17.0"}
2324
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
2425
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
2526
"cmdliner"

packages/aws-s3/aws-s3.4.5.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ depends: [
2020
"uri"
2121
"xml-light"
2222
"yojson"
23+
"base" {< "v0.17.0"}
2324
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
2425
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
2526
"cmdliner"

packages/aws-s3/aws-s3.4.5.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ depends: [
1818
"digestif" {>= "0.7"}
1919
"ptime"
2020
"uri"
21+
"base" {< "v0.17.0"}
2122
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
2223
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
2324
"cmdliner"

packages/aws-s3/aws-s3.4.6.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ depends: [
1919
"ptime"
2020
"uri"
2121
"ezxmlm" {>= "1.1.0"}
22+
"base" {< "v0.17.0"}
2223
"ppx_protocol_conv_xmlm" {>= "5.0.0" & < "6.0.0"}
2324
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}
2425
"cmdliner" {>= "1.1.0"}

packages/aws-s3/aws-s3.4.7.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ depends: [
1919
"ptime"
2020
"uri"
2121
"ezxmlm" {>= "1.1.0"}
22+
"base" {< "v0.17.0"}
2223
"ppx_protocol_conv_xmlm" {>= "5.0.0"}
2324
"ppx_protocol_conv_json" {>= "5.0.0"}
2425
"cmdliner" {>= "1.1.0"}

packages/aws-s3/aws-s3.4.8.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ depends: [
1919
"ptime"
2020
"uri"
2121
"ezxmlm" {>= "1.1.0"}
22+
"base" {< "v0.17.0"}
2223
"ppx_protocol_conv_xmlm" {>= "5.0.0"}
2324
"ppx_protocol_conv_json" {>= "5.0.0"}
2425
"yojson"

packages/aws-s3/aws-s3.4.8.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ depends: [
1919
"ptime"
2020
"uri"
2121
"ezxmlm" {>= "1.1.0"}
22+
"base" {>= "v0.16.0"}
2223
"ppx_protocol_conv_xmlm" {>= "5.0.0"}
2324
"ppx_protocol_conv_json" {>= "5.0.0"}
2425
"yojson"

0 commit comments

Comments
 (0)