this repo has no description

Merge pull request #22647 from mseri/tezos-15

tezos-stdlib-unix 15.1: add upper bound on mtime

Changed files
+1 -1
packages
tezos-stdlib-unix
tezos-stdlib-unix.15.1
+1 -1
packages/tezos-stdlib-unix/tezos-stdlib-unix.15.1/opam
···
"re" { >= "1.7.2" }
"ezjsonm" { >= "1.1.0" }
"ptime" { >= "1.0.0" }
-
"mtime" { >= "1.0.0" }
+
"mtime" { >= "1.0.0" & < "2.0.0" }
"lwt_log"
"conf-libev"
"uri" { >= "2.2.0" }