Skip to content

Commit c627ceb

Browse files
authored
Merge pull request #3 from Leonidas-from-XIV/goblint-constraint
Add constraint on upper version of Goblint
2 parents 8db4abc + 13f8dfa commit c627ceb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
(depends
3131
(ocaml (>= 4.13))
3232
(lintcstubs-gen (= :version))
33-
(goblint (>= 2.1.0))
33+
(goblint (and (>= 2.1.0) (< 2.2)))
3434
goblint-cil
3535
dune-compiledb
3636
fpath
3737
(fmt (>= 0.9.0))
3838
(sexplib (>= v0.15.0))
3939
)
40-
)
40+
)

lintcstubs.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"dune" {>= "3.0"}
1313
"ocaml" {>= "4.13"}
1414
"lintcstubs-gen" {= version}
15-
"goblint" {>= "2.1.0"}
15+
"goblint" {>= "2.1.0" & < "2.2"}
1616
"goblint-cil"
1717
"dune-compiledb"
1818
"fpath"

0 commit comments

Comments
 (0)