Skip to content

Commit a85f496

Browse files
committed
Bump Rocq version
1 parent 49a6325 commit a85f496

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
rocq: ["9.0.1", "9.1.1"]
15+
rocq: ["9.1.1"]
1616
fail-fast: false
1717

1818
steps:

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
(name strict-order-solver)
1717
(synopsis "Complete solver for strict orders (transitive and irreflexive relations) for Rocq")
1818
(depends
19-
(rocq-core (>= 9.0.0))
19+
(rocq-core (>= 9.1.0))
2020
(rocq-stdlib (>= 9.0.0))))

strict-order-solver.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/epfl-systemf/StrictOrderSolver"
99
bug-reports: "https://github.com/epfl-systemf/StrictOrderSolver/issues"
1010
depends: [
1111
"dune" {>= "3.22"}
12-
"rocq-core" {>= "9.0.0"}
12+
"rocq-core" {>= "9.1.0"}
1313
"rocq-stdlib" {>= "9.0.0"}
1414
"odoc" {with-doc}
1515
]

0 commit comments

Comments
 (0)