Skip to content

Commit 85023ca

Browse files
committed
git-unix lower bound fix
1 parent 4278edc commit 85023ca

File tree

1 file changed

+1
-1
lines changed
  • packages/diffast-git/diffast-git.0.1

1 file changed

+1
-1
lines changed

packages/diffast-git/diffast-git.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bug-reports: "https://github.com/codinuum/diffast/issues"
1818
depends: [
1919
"ocaml" {>= "4.14"}
2020
"dune" {>= "3.17"}
21-
"git-unix"
21+
"git-unix" {>= "3.17"}
2222
"diffast-misc" {= version}
2323
"vlt" {>= "0.2.4"}
2424
"odoc" {with-doc}

0 commit comments

Comments
 (0)