Skip to content

Commit

Permalink
Restrict core dependency version to be less than v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis committed Jan 13, 2025
1 parent 3ca3bfd commit 14d8856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
(depends
(dune :build)
(core
(>= v0.15))
(and
(>= v0.15)
(< v0.16)))
bignum
(tezos-micheline
(>= 7.0))
Expand Down
2 changes: 1 addition & 1 deletion michelson-adt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/joaosreis/michelson-adt"
bug-reports: "https://github.com/joaosreis/michelson-adt/issues"
depends: [
"dune" {>= "2.7" & build}
"core" {>= "v0.15"}
"core" {>= "v0.15" & < "v0.16"}
"bignum"
"tezos-micheline" {>= "7.0"}
"ppx_deriving"
Expand Down

0 comments on commit 14d8856

Please sign in to comment.