Skip to content

Commit

Permalink
All: More flexible constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
saroupille committed Oct 25, 2024
1 parent 39950a4 commit ea4ff84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bam-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage: "https://github.com/francoisthire/bam"
doc: "https://francoisthire.github.io/bam/"
bug-reports: "https://github.com/francoisthire/bam/issues"
depends: [
"ocaml" {>= "4.14" & <= "5.2.0"}
"ocaml" {>= "4.14" & < "5.3"}
"dune" {>= "3.7" & >= "3.7"}
"ppxlib" {>= "0.32.0"}
"dmap" {>= "0.5"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(ocaml
(and
(>= 4.14)
(<= 5.2.0)))
(< 5.3)))
(dune
(>= 3.7))
(ppxlib
Expand Down

0 comments on commit ea4ff84

Please sign in to comment.