Skip to content

Commit

Permalink
Upgrade Eio to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Mar 12, 2024
1 parent 0fb0ef5 commit 1f6dd58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(dune-rpc
(>= 3.14))
(eio
(>= 0.15))))
(>= 1.0))))

(package
(name dune-rpc-eio-example)
Expand All @@ -49,9 +49,9 @@
(dune-rpc-eio
(= :version))
(eio
(>= 0.15))
(>= 1.0))
(eio_main
(>= 0.15))
(>= 1.0))
(expect-test-helpers
(and
:with-test
Expand Down
4 changes: 2 additions & 2 deletions dune-rpc-eio-example.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ depends: [
"core" {>= "v0.16" & < "v0.17"}
"dune-rpc" {>= "3.14"}
"dune-rpc-eio" {= version}
"eio" {>= "0.15"}
"eio_main" {>= "0.15"}
"eio" {>= "1.0"}
"eio_main" {>= "1.0"}
"expect-test-helpers" {with-test & >= "v0.16" & < "v0.17"}
"ppx_compare" {>= "v0.16" & < "v0.17"}
"ppx_enumerate" {>= "v0.16" & < "v0.17"}
Expand Down
2 changes: 1 addition & 1 deletion dune-rpc-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ocaml" {>= "5.1"}
"csexp" {>= "1.5.2"}
"dune-rpc" {>= "3.14"}
"eio" {>= "0.15"}
"eio" {>= "1.0"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 1f6dd58

Please sign in to comment.