Skip to content

Commit a8c0fd3

Browse files
fix dependencies
1 parent f30ea53 commit a8c0fd3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- uses: ocaml/setup-ocaml@v3
2222
with:

iris-tutorial.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/logsem/iris-tutorial/issues"
1010
build: [make "-j%{jobs}%"]
1111
install: []
1212
depends: [
13-
"rocq-core" { (>= "9.1.0") }
14-
"rocq-iris" { (>= "4.5.0") }
15-
"rocq-iris-heap-lang" { (>= "4.5.0") }
13+
"rocq-core" { (= "9.2.0") }
14+
"rocq-iris" { (= "4.5.0") }
15+
"rocq-iris-heap-lang" { (= "4.5.0") }
1616
]

0 commit comments

Comments
 (0)