Skip to content

Commit

Permalink
Update to Eio 1.2 for some Windows fixes
Browse files Browse the repository at this point in the history
Fixes mirage#286.
  • Loading branch information
talex5 committed Nov 26, 2024
1 parent 28c4b51 commit be1fbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capnp-rpc-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"mirage-crypto-rng-eio" {>= "1.1.0" & with-test}
"mdx" {>= "2.4.1" & with-test}
"eio_main" {with-test}
"eio" {>= "1.1"}
"eio" {>= "1.2"}
]
conflicts: [
"jbuilder"
Expand Down
2 changes: 1 addition & 1 deletion capnp-rpc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"conf-capnproto" {build}
"capnp" {>= "3.6.0"}
"stdint" {>= "0.6.0"}
"eio" {>= "1.1"}
"eio" {>= "1.2"}
"astring"
"fmt" {>= "0.8.7"}
"logs"
Expand Down

0 comments on commit be1fbf5

Please sign in to comment.