Skip to content

Commit

Permalink
runner: remove constraint against ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jun 25, 2024
1 parent 2a2b78e commit a4f1831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage:
bug-reports: "https://github.com/ocaml-dune/ocaml-monorepo-benchmark/issues"
depends: [
"dune" {>= "3.13"}
"ocaml" {= "4.14.1"}
"ocaml"
"dune-rpc-lwt"
"lwt" {= "5.6.1"}
"fmt" {= "0.9.0"}
Expand Down
4 changes: 2 additions & 2 deletions dune-monorepo-benchmark-runner/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
(name dune-monorepo-benchmark-runner)
(synopsis "Tool for running dune monorepo benchmarks")
(depends
; This is constrained since the monorepo was assembled with this version of ocaml
(ocaml (= "4.14.1"))
; Left unconstrained so that it's possible to update the test version of dune
(ocaml (>= 4.14))
; No version constraint here since it will need to build with the latest
; version of dune anyway since in practice this will be re-built with dune
; pinned to the version being benchmarked.
Expand Down

0 comments on commit a4f1831

Please sign in to comment.