Skip to content

Commit 2d9cf90

Browse files
authored
Set upper bound for fmt in the current ACGtk release (it seems the dependency to fmt is now explicitly required, fmt.tty is not enough). Also set the x-maintenance-intent status (#27605)
2 parents acf898b + 8dafdc4 commit 2d9cf90

File tree

1 file changed

+2
-1
lines changed
  • packages/acgtk/acgtk.2.1.0

1 file changed

+2
-1
lines changed

packages/acgtk/acgtk.2.1.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3+
x-maintenance-intent: ["(latest)"]
34

45
build: [
56
["dune" "subst"] {dev}
@@ -14,7 +15,7 @@ depends: [
1415
"menhir" { >= "20211230"}
1516
"ocamlgraph"
1617
"ANSITerminal" { >= "0.8" }
17-
"fmt"
18+
"fmt" { <= "0.9.0" }
1819
"logs"
1920
"mtime" { >= "2.0.0"}
2021
"cmdliner" { >= "1.1.0"}

0 commit comments

Comments
 (0)