Skip to content

Commit

Permalink
Add cppo lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Jun 27, 2023
1 parent dfea51f commit 838fe6e
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 @@ -12,7 +12,7 @@

(package
(name stdlib-random)
(depends cppo (ocaml (>= 4.08.0)))
(depends (cppo (>= 1.1.0)) (ocaml (>= 4.08.0)))
(synopsis "Versioned Random module from the OCaml standard library")
(description
"The stdlib-random package provides a stable and compiler-independent
Expand Down
2 changes: 1 addition & 1 deletion stdlib-random.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage: "https://github.com/ocaml/stdlib-random"
bug-reports: "https://github.com/ocaml/stdlib-random/issues"
depends: [
"dune" {>= "2.7"}
"cppo"
"cppo" {>= "1.1.0"}
"ocaml" {>= "4.08.0"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 838fe6e

Please sign in to comment.