We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a6325 commit a85f496Copy full SHA for a85f496
3 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- rocq: ["9.0.1", "9.1.1"]
+ rocq: ["9.1.1"]
16
fail-fast: false
17
18
steps:
dune-project
@@ -16,5 +16,5 @@
(name strict-order-solver)
(synopsis "Complete solver for strict orders (transitive and irreflexive relations) for Rocq")
(depends
19
- (rocq-core (>= 9.0.0))
+ (rocq-core (>= 9.1.0))
20
(rocq-stdlib (>= 9.0.0))))
strict-order-solver.opam
@@ -9,7 +9,7 @@ homepage: "https://github.com/epfl-systemf/StrictOrderSolver"
9
bug-reports: "https://github.com/epfl-systemf/StrictOrderSolver/issues"
10
depends: [
11
"dune" {>= "3.22"}
- "rocq-core" {>= "9.0.0"}
+ "rocq-core" {>= "9.1.0"}
"rocq-stdlib" {>= "9.0.0"}
"odoc" {with-doc}
]
0 commit comments