File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "dune" {>= "1.1"}
1717 "menhir"
1818 "ANSITerminal"
19- "fmt"
19+ "fmt" {< "0.10.0"}
2020 "logs"
2121 "mtime" {>= "1.0.0" & < "2.0.0"}
2222 "cairo2"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "menhir" { >= "20211230"}
1515 "ocamlgraph"
1616 "ANSITerminal" { >= "0.8" }
17- "fmt"
17+ "fmt" {< "0.10.0"}
1818 "logs"
1919 "mtime" { >= "2.0.0"}
2020 "cmdliner" { >= "1.1.0"}
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ depends: [
3131 "cmdliner"
3232 "sqlite3"
3333 "duration"
34+ "logs" {< "0.8.0"}
3435 "prometheus"
3536 "dune" {>= "1.9"}
3637 "re" {>= "1.9.0"}
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ depends: [
3232 "sqlite3"
3333 "duration"
3434 "prometheus"
35+ "logs" {< "0.8.0"}
3536 "dune" {>= "2.0"}
3637 "re" {>= "1.9.0"}
3738 "lwt-dllist"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ depends: [
2525 "capnp-rpc-net" {< "2.0"}
2626 "capnp-rpc-unix" {>= "0.9.0" & < "2.0"}
2727 "logs"
28- "fmt"
28+ "fmt" {< "0.10.0"}
2929 "conf-libev" {os != "win32"}
3030 "digestif" {>= "0.8"}
3131 "fpath"
You can’t perform that action at this time.
0 commit comments