Skip to content

Commit 19dbe2d

Browse files
committed
Require goblint-cil 2.0.0
1 parent b1a50ea commit 19dbe2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
(ocaml
2828
(>= 4.10.0))
2929
jsoo-react
30-
goblint-cil
30+
(goblint-cil (>= 2.0.0))
3131
ctypes_stubs_js
3232
integers_stubs_js
3333
zarith_stubs_js

gobview.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"dune" {>= "2.7"}
1616
"ocaml" {>= "4.10.0"}
1717
"jsoo-react"
18-
"goblint-cil"
18+
"goblint-cil" {>= "2.0.0"}
1919
"ctypes_stubs_js"
2020
"integers_stubs_js"
2121
"zarith_stubs_js"

gobview.opam.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ depends: [
3434
"fmt" {= "0.9.0" & with-doc}
3535
"fpath" {= "0.7.3"}
3636
"gen_js_api" {= "1.0.9"}
37-
"goblint-cil" {= "1.8.2"}
37+
"goblint-cil" {= "2.0.0"}
3838
"integers_stubs_js" {= "1.0"}
3939
"js_of_ocaml" {= "4.0.0"}
4040
"js_of_ocaml-compiler" {= "4.0.0"}

0 commit comments

Comments
 (0)