mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
bump min requirement to 4.08
This commit is contained in:
parent
a6b303bb90
commit
b22e4b96ce
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ depends: [
|
|||
"dune" { >= "1.1" }
|
||||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"ocaml" { >= "4.04" }
|
||||
"ocaml" { >= "4.08" } # for BARE, which uses Bytes functions
|
||||
"sidekick" { = version }
|
||||
"zarith" { >= "1.8" } # constraint for infix ops
|
||||
"alcotest" {with-test}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ depends: [
|
|||
"sidekick" { = version }
|
||||
"sidekick-base" { = version }
|
||||
"menhir"
|
||||
"ocaml" { >= "4.04" }
|
||||
"ocaml" { >= "4.08" }
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
depopts: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue