Skip to content

Commit

Permalink
charrua-client-mirage: require mirage-net and mirage-protocols 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Feb 25, 2019
1 parent cf07d12 commit b44557e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charrua-client-mirage.opam
Expand Up @@ -20,8 +20,8 @@ depends: [
"mirage-random" {>= "1.0.0"}
"mirage-clock"
"mirage-time-lwt"
"mirage-net-lwt"
"mirage-protocols-lwt"
"mirage-net-lwt" {>= "2.0.0"}
"mirage-protocols-lwt" {>= "2.0.0"}
"logs"
"lwt"
]
Expand Down

0 comments on commit b44557e

Please sign in to comment.