Skip to content

Commit

Permalink
Bump lower bound for ocaml to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jul 15, 2024
1 parent dc41322 commit 7d8fa4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(synopsis "Representing ranges of lexing positions from parsed files")
(depends
(ocaml
(>= 5.1))
(>= 5.2))
(base
(and
(>= v0.17)
Expand Down
2 changes: 1 addition & 1 deletion loc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://mbarbin.github.io/loc/"
bug-reports: "https://github.com/mbarbin/loc/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.1"}
"ocaml" {>= "5.2"}
"base" {>= "v0.17" & < "v0.18"}
"bisect_ppx" {dev & >= "2.8.3"}
"expect-test-helpers" {with-test & >= "v0.17" & < "v0.18"}
Expand Down

0 comments on commit 7d8fa4f

Please sign in to comment.