Skip to content

Commit

Permalink
opam: require git 3.10.0 (for Git.Reference.main)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 14, 2022
1 parent 19fdea8 commit 3a721fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-kv.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ synopsis: "A Mirage_kv implementation using git"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"git" {>= "3.9.0"}
"git" {>= "3.10.0"}
"mirage-kv" {>= "6.0.0"}
"carton" {>= "0.6.0"}
"fmt" {>= "0.8.7"}
Expand Down

0 comments on commit 3a721fd

Please sign in to comment.