Skip to content

Commit b42c22e

Browse files
committed
goblint: add goblint-cil.2.0.4 upper bounds
1 parent 5562b0e commit b42c22e

File tree

2 files changed

+2
-2
lines changed
  • packages/goblint

2 files changed

+2
-2
lines changed

packages/goblint/goblint.2.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/goblint/analyzer/issues"
2020
depends: [
2121
"dune" {>= "3.6"}
2222
"ocaml" {>= "4.10"}
23-
"goblint-cil" {>= "2.0.2"}
23+
"goblint-cil" {>= "2.0.2" & < "2.0.4"}
2424
"batteries" {>= "3.5.0"}
2525
"zarith" {>= "1.8"}
2626
"yojson" {>= "2.0.0"}

packages/goblint/goblint.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/goblint/analyzer/issues"
2020
depends: [
2121
"dune" {>= "3.7"}
2222
"ocaml" {>= "4.10"}
23-
"goblint-cil" {>= "2.0.3"}
23+
"goblint-cil" {>= "2.0.3" & < "2.0.4"}
2424
"batteries" {>= "3.5.0"}
2525
"zarith" {>= "1.8"}
2626
"yojson" {>= "2.0.0"}

0 commit comments

Comments
 (0)