Skip to content

Commit 15773f4

Browse files
authored
Merge pull request ocaml#22789 from ocaml/mseri-patch-1
git 2.1.0 is not compatible with ocaml 5
2 parents bec018a + 5e9150f commit 15773f4

File tree

1 file changed

+1
-1
lines changed
  • packages/git/git.2.1.0

1 file changed

+1
-1
lines changed

packages/git/git.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build: [
2424
]
2525

2626
depends: [
27-
"ocaml" {>= "4.03.0"}
27+
"ocaml" {>= "4.03.0" & < "5.0"}
2828
"dune"
2929
"uri" {>= "1.9.0"}
3030
"lwt" {>= "2.4.7"}

0 commit comments

Comments
 (0)