Skip to content

Commit

Permalink
mirage-kv-lwt: requires mirage-kv >= 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Feb 28, 2019
1 parent f36bb92 commit d20adda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirage-kv-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: [
depends: [
"ocaml" {>= "4.05.0"}
"dune" {build}
"mirage-kv" {>= "1.0.0"}
"mirage-kv" {>= "2.0.0"}
"lwt"
"cstruct"
]
Expand Down

0 comments on commit d20adda

Please sign in to comment.