Skip to content

Commit

Permalink
Upgrade eio to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Mar 1, 2024
1 parent aa03421 commit da3548c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Changed

- Upgrade `eio` to `0.15`.
- Run `ppx_js_style` as a linter & make it a `dev` dependency.
- Upgrade GitHub workflows `actions/checkout` to v4.
- In CI, specify build target `@all`, and add `@lint`.
Expand Down
4 changes: 2 additions & 2 deletions auto-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1"}
"base" {>= "v0.16" & < "v0.17"}
"eio" {>= "0.14"}
"eio" {>= "0.15"}
"eio-writer" {>= "0.0.3"}
"eio_main" {>= "0.14"}
"eio_main" {>= "0.15"}
"expect_test_helpers_core" {with-test & >= "v0.16" & < "v0.17"}
"fpath" {>= "0.7.3"}
"fpath-extended" {>= "0.0.7"}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
(>= v0.16)
(< v0.17)))
(eio
(>= 0.14))
(>= 0.15))
(eio-writer
(>= 0.0.3))
(eio_main
(>= 0.14))
(>= 0.15))
(expect_test_helpers_core
(and
:with-test
Expand Down

0 comments on commit da3548c

Please sign in to comment.