mirage / mirage-qubes

Mirage support for writing QubesOS AppVM unikernels
BSD 2-Clause "Simplified" License
62 stars 11 forks source link

compatibility with new networking libraries #31

Closed yomimono closed 5 years ago

yomimono commented 5 years ago

Also, a bonus dune upgrade.

talex5 commented 5 years ago

Travis says:

[ERROR] No solution for mirage-qubes: The following dependencies couldn't be met:
          - mirage-qubes → mirage-protocols-lwt >= 2.0.0
          - mirage-qubes → mirage-types-lwt >= 3.0.0 → mirage-protocols-lwt < 2.0.0
        Your request can't be satisfied:
          - No available version of mirage-protocols-lwt satisfies the constraints
hannesm commented 5 years ago

this looks good to me. in mirage-master (soon 3.5.0) I bumped the bounds for mirage-qubes-ipv4 to >= "0.7" && < "0.8" --> it is safe to merge and release a 0.7. thanks!

hannesm commented 5 years ago

thanks!