Skip to content
Snippets Groups Projects
Commit faa95cc7 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

[release][deps] Fix upper bound for base to match opam CI requirements

parent bcd7bae9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ depends: [
"piqilib" {>= "0.6.14"}
"zarith" {>= "1.7"}
"ocplib-endian" {>= "1.0"}
"base" {>= "v0.15.1"}
"base" {>= "v0.15.1" & < "v0.17.0"}
"stdio" {>= "v0.14.0"}
"cmdliner" {>= "1.1.1"}
"fmt" {>= "0.8.9"}
......
......@@ -27,7 +27,7 @@
(piqilib (>= 0.6.14))
(zarith (>= 1.7))
(ocplib-endian (>= 1.0))
(base (>= v0.15.1))
(base (and (>= v0.15.1) (< v0.17.0)))
(stdio (>= v0.14.0))
(cmdliner (>= 1.1.1))
(fmt (>= 0.8.9))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment