Skip to content

Commit

Permalink
Set minimum required ocaml version to 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Dec 21, 2023
1 parent 985fcf9 commit 9c08e22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* async: Replace usage of deprecated `Core.Time` with `Core.Time_float`
* Allow creation of internal exchanges (only useful for use with rabbitmq). Thanks hongchangwu
* Update amqp spec
* Remove dependency on ocplib-endian functions and bump minir required ocaml version to 4.13
* Remove dependency on ocplib-endian
* Bump minimum ocaml version to 4.14

2.2.2: (2020-05-10)
* Switch to (ez)xmlm as build dependency
Expand Down
2 changes: 1 addition & 1 deletion amqp-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.13.0"}
"ocaml" {>= "4.14.0"}
"dune" {>= "2.0"}
"ezxmlm" {build}
"async" {with-test}
Expand Down

0 comments on commit 9c08e22

Please sign in to comment.