Skip to content

Commit

Permalink
git is not compatible with encore 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jul 4, 2020
1 parent 589d826 commit db171cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/git/git.2.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ depends: [
"decompress" {>= "0.9.0" & < "1.0.0"}
"checkseum" {>= "0.1.0"}
"ke"
"encore"
"encore" {< "0.6"}
"duff"
"hex"
"ocplib-endian"
Expand Down
2 changes: 1 addition & 1 deletion packages/git/git.2.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ depends: [
"checkseum" {>= "0.0.9"}
"stdlib-shims"
"ke"
"encore"
"encore" {< "0.6"}
"duff"
"hex"
"ocplib-endian"
Expand Down
2 changes: 1 addition & 1 deletion packages/git/git.2.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ depends: [
"checkseum" {>= "0.0.9"}
"stdlib-shims"
"ke"
"encore"
"encore" {< "0.6"}
"duff"
"hex"
"ocplib-endian"
Expand Down
2 changes: 1 addition & 1 deletion packages/git/git.2.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ depends: [
"checkseum" {>= "0.0.9"}
"stdlib-shims"
"ke"
"encore" {>= "0.5"}
"encore" {>= "0.5" & < "0.6"}
"duff"
"hex"
"ocplib-endian"
Expand Down

0 comments on commit db171cc

Please sign in to comment.