Skip to content

Commit 72b1908

Browse files
authored
Merge pull request #25501 from hannesm/asn1-0.3.0-upper-bounds
add upper bounds for asn1-combinators, there'll be a new release which breaks API
2 parents 8cac63f + 1255d69 commit 72b1908

File tree

96 files changed

+96
-96
lines changed
  • packages
    • albatross
    • builder-web/builder-web.0.1.0
    • builder
    • capnp-rpc-lwt
      • capnp-rpc-lwt.0.3.1
      • capnp-rpc-lwt.0.3.2
      • capnp-rpc-lwt.0.3.3
      • capnp-rpc-lwt.0.4.0
    • capnp-rpc-net
      • capnp-rpc-net.0.5.0
      • capnp-rpc-net.0.6.0
      • capnp-rpc-net.0.7.0
      • capnp-rpc-net.0.8.0
      • capnp-rpc-net.0.9.0
      • capnp-rpc-net.1.0
      • capnp-rpc-net.1.1
      • capnp-rpc-net.1.2.1
      • capnp-rpc-net.1.2.2
      • capnp-rpc-net.1.2.3
      • capnp-rpc-net.1.2
    • current-albatross-deployer/current-albatross-deployer.1.0.0
    • fiat-p256
    • key-parsers
      • key-parsers.0.10.0
      • key-parsers.0.10.1
      • key-parsers.0.9.2
      • key-parsers.1.0.0
      • key-parsers.1.0.1
      • key-parsers.1.1.0
      • key-parsers.1.2.1
      • key-parsers.1.3.0
      • key-parsers.1.4.0
      • key-parsers.1.5.0
    • mirage-crypto-ec
      • mirage-crypto-ec.0.10.0
      • mirage-crypto-ec.0.10.1
      • mirage-crypto-ec.0.10.2
      • mirage-crypto-ec.0.10.3
      • mirage-crypto-ec.0.10.4
      • mirage-crypto-ec.0.10.5
      • mirage-crypto-ec.0.10.6
      • mirage-crypto-ec.0.10.7
      • mirage-crypto-ec.0.11.0
      • mirage-crypto-ec.0.11.1
      • mirage-crypto-ec.0.11.2
      • mirage-crypto-ec.0.9.0
      • mirage-crypto-ec.0.9.1
      • mirage-crypto-ec.0.9.2
    • x509

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+96
-96
lines changed

packages/albatross/albatross.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"tls" {>= "0.12.2" & < "0.16.0"}
2828
"mirage-crypto-pk"
2929
"mirage-crypto-rng" {>= "0.8.0"}
30-
"asn1-combinators" {>= "0.2.0"}
30+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
3131
"duration"
3232
"decompress" {>= "0.9.0" & < "1.0.0"}
3333
"checkseum"

packages/albatross/albatross.1.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"mirage-crypto"
2929
"mirage-crypto-pk"
3030
"mirage-crypto-rng" {>= "0.8.0"}
31-
"asn1-combinators" {>= "0.2.0"}
31+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
3232
"duration"
3333
"decompress" {>= "1.2.0" & < "1.3.0"}
3434
"bigstringaf"

packages/albatross/albatross.1.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"mirage-crypto"
2929
"mirage-crypto-pk"
3030
"mirage-crypto-rng" {>= "0.8.0"}
31-
"asn1-combinators" {>= "0.2.0"}
31+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
3232
"duration"
3333
"decompress" {>= "1.3.0"}
3434
"bigstringaf"

packages/albatross/albatross.1.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"mirage-crypto"
2929
"mirage-crypto-pk"
3030
"mirage-crypto-rng" {>= "0.8.0"}
31-
"asn1-combinators" {>= "0.2.0"}
31+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
3232
"duration"
3333
"decompress" {>= "1.3.0"}
3434
"bigstringaf" {>= "0.2.0"}

packages/albatross/albatross.1.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"tls" {>= "0.13.1" & < "0.16.0"}
2828
"mirage-crypto"
2929
"mirage-crypto-rng" {>= "0.8.0"}
30-
"asn1-combinators" {>= "0.2.0"}
30+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
3131
"duration"
3232
"decompress" {>= "1.3.0"}
3333
"bigstringaf" {>= "0.2.0"}

packages/albatross/albatross.1.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"tls" {>= "0.13.1" & < "0.16.0"}
2727
"mirage-crypto"
2828
"mirage-crypto-rng" {>= "0.8.0"}
29-
"asn1-combinators" {>= "0.2.0"}
29+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
3030
"duration"
3131
"decompress" {>= "1.3.0"}
3232
"bigstringaf" {>= "0.2.0"}

packages/albatross/albatross.1.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"tls" {>= "0.13.1" & < "0.16.0"}
2525
"mirage-crypto"
2626
"mirage-crypto-rng" {>= "0.8.0"}
27-
"asn1-combinators" {>= "0.2.0"}
27+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
2828
"duration"
2929
"decompress" {>= "1.3.0"}
3030
"bigstringaf" {>= "0.2.0"}

packages/albatross/albatross.1.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"tls" {>= "0.13.1" & < "0.16.0"}
2525
"mirage-crypto"
2626
"mirage-crypto-rng" {>= "0.8.0"}
27-
"asn1-combinators" {>= "0.2.0"}
27+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
2828
"duration"
2929
"decompress" {>= "1.3.0"}
3030
"bigstringaf" {>= "0.2.0"}

packages/albatross/albatross.1.4.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"tls" {>= "0.13.1" & < "0.16.0"}
2525
"mirage-crypto"
2626
"mirage-crypto-rng" {>= "0.8.0"}
27-
"asn1-combinators" {>= "0.2.0"}
27+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
2828
"duration"
2929
"decompress" {>= "1.3.0"}
3030
"bigstringaf" {>= "0.2.0"}

packages/albatross/albatross.1.4.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"tls" {>= "0.13.1" & < "0.16.0"}
2525
"mirage-crypto"
2626
"mirage-crypto-rng" {>= "0.8.0"}
27-
"asn1-combinators" {>= "0.2.0"}
27+
"asn1-combinators" {>= "0.2.0" & < "0.3.0"}
2828
"duration"
2929
"decompress" {>= "1.3.0"}
3030
"bigstringaf" {>= "0.2.0"}

0 commit comments

Comments
 (0)