Skip to content

Commit 9f7674a

Browse files
authored
Merge pull request ocaml#22738 from samoht/irmin
Old versions of irmin needs an old version of cstruct
2 parents 43331ec + a15212c commit 9f7674a

File tree

2 files changed

+2
-2
lines changed
  • packages/irmin

2 files changed

+2
-2
lines changed

packages/irmin/irmin.1.3.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"result" {< "1.5"}
1919
"fmt" {>= "0.8.0"}
2020
"uri" {>= "1.3.12"}
21-
"cstruct" {>= "1.6.0"}
21+
"cstruct" {>= "1.6.0" & < "6.1"}
2222
"jsonm" {>= "1.0.0"}
2323
"lwt" {>= "2.4.7"}
2424
"ocamlgraph"

packages/irmin/irmin.1.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"result" {< "1.5"}
1919
"fmt" {>= "0.8.0"}
2020
"uri" {>= "1.3.12"}
21-
"cstruct" {>= "1.6.0"}
21+
"cstruct" {>= "1.6.0" & < "6.1"}
2222
"jsonm" {>= "1.0.0"}
2323
"lwt" {>= "2.4.7"}
2424
"ocamlgraph"

0 commit comments

Comments
 (0)