Skip to content

Commit b7cab6a

Browse files
committed
opam-publish is not compatible with opam 2.4
1 parent a84d26e commit b7cab6a

File tree

3 files changed

+9
-9
lines changed
  • packages/opam-publish
    • opam-publish.2.3.1
    • opam-publish.2.4.0
    • opam-publish.2.5.0

3 files changed

+9
-9
lines changed

packages/opam-publish/opam-publish.2.3.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ depends: [
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}
21-
"opam-core" {>= "2.2.0"}
22-
"opam-format" {>= "2.2.0"}
23-
"opam-state" {>= "2.2.0"}
21+
"opam-core" {>= "2.2.0" & < "2.4"}
22+
"opam-format" {>= "2.2.0" & < "2.4"}
23+
"opam-state" {>= "2.2.0" & < "2.4"}
2424
"github" {>= "4.3.2"}
2525
"github-unix" {>= "4.3.2"}
2626
]

packages/opam-publish/opam-publish.2.4.0/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ depends: [
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}
21-
"opam-core" {>= "2.2.0"}
22-
"opam-format" {>= "2.2.0"}
23-
"opam-state" {>= "2.2.0"}
21+
"opam-core" {>= "2.2.0" & < "2.4"}
22+
"opam-format" {>= "2.2.0" & < "2.4"}
23+
"opam-state" {>= "2.2.0" & < "2.4"}
2424
"github" {>= "4.3.2"}
2525
"github-unix" {>= "4.3.2"}
2626
]

packages/opam-publish/opam-publish.2.5.0/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ depends: [
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}
21-
"opam-core" {>= "2.2.0"}
22-
"opam-format" {>= "2.2.0"}
23-
"opam-state" {>= "2.2.0"}
21+
"opam-core" {>= "2.2.0" & < "2.4"}
22+
"opam-format" {>= "2.2.0" & < "2.4"}
23+
"opam-state" {>= "2.2.0" & < "2.4"}
2424
"github" {>= "4.3.2"}
2525
"github-unix" {>= "4.3.2"}
2626
]

0 commit comments

Comments
 (0)