Skip to content

Commit 489556f

Browse files
committed
Fix deps
1 parent 2995003 commit 489556f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rocq-metarocq-utils.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ install: [
2929
]
3030
depends: [
3131
"stdlib-shims"
32-
"rocq-core" { = "dev" }
33-
"rocq-stdlib" { = "dev" }
34-
"rocq-equations" { = "dev" }
32+
"rocq-core" { = "9.1.0" }
33+
"rocq-stdlib" { >= "9.0~" & != "9.0.dev" & < "10" }
34+
"rocq-equations" { >= "1.3.1" }
3535
]
3636
synopsis: "The utility library of Template Rocq and PCUIC"
3737
description: """

0 commit comments

Comments
 (0)