Skip to content
Snippets Groups Projects
Commit b6d4c71e authored by Ralf Jung's avatar Ralf Jung
Browse files

permit building with Coq 8.12

parent 3196e5ca
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ The key features of this library are as follows:
"""
depends: [
"coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9.1" & < "8.12~") | (= "dev") }
"coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9.1" & < "8.13~") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment