Skip to content

Commit

Permalink
Update the out-of-date opam warning after the release of opam 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Aug 22, 2024
1 parent d94dfab commit 7acc2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ upstream: "https://github.com/ocaml/opam-repository/tree/master/"
announce: [
"""
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
""" {(opam-version >= "2.1.0~~" & opam-version < "2.1.6") | opam-version < "2.0.10" | (opam-version >= "2.2.0~~" & opam-version < "2.2.0")}
""" {(opam-version >= "2.1.0~~" & opam-version < "2.1.6") | opam-version < "2.0.10" | (opam-version >= "2.2.0~~" & opam-version < "2.2.1")}
"""
[INFO] opam 2.1 and 2.2 include many performance improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
""" {opam-version >= "2.0.10" & opam-version < "2.1.0~~"}
Expand Down

0 comments on commit 7acc2f3

Please sign in to comment.