Skip to content

Commit

Permalink
Fix the minimal requirement for the OCaml compiler (uses String.for_all)
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jan 3, 2024
1 parent 7a3cb22 commit 82fdee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,7 @@ v0.2.0 (03/01/2024)

- Large API rework: Add support for fetching single manifests, config, rootfs, ... (#1)
- Remove the dependency on `lwt_ppx`
- The library now requires OCaml >= 4.13

v0.1.1 (08/03/2023)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docker_hub.opam
Expand Up @@ -10,7 +10,7 @@ dev-repo: "git+https://github.com/kit-ty-kate/ocaml-docker-hub.git"
doc: "https://kit-ty-kate.github.io/ocaml-docker-hub/"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.10"}
"ocaml" {>= "4.13"}
"dune" {>= "2.0"}
"http-lwt-client" {>= "0.2.0"}
"lwt" {>= "2.0.0"}
Expand Down

0 comments on commit 82fdee2

Please sign in to comment.