Skip to content

Commit 82a7dda

Browse files
authored
allow rocq 9.1 (#1832)
1 parent 5e3fad2 commit 82a7dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coq-mathcomp-classical.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: [make "-C" "classical" "-j%{jobs}%"]
1616
install: [make "-C" "classical" "install"]
1717
depends: [
1818
("coq" {>= "8.20" & < "8.21~"}
19-
| "coq-core" { (>= "9.0" & < "9.1~") | (= "dev") })
19+
| "coq-core" { (>= "9.0" & < "9.2~") | (= "dev") })
2020
"coq-mathcomp-ssreflect" { (>= "2.4.0" & < "2.6~") | (= "dev") }
2121
"coq-mathcomp-fingroup"
2222
"coq-mathcomp-algebra"

0 commit comments

Comments
 (0)