Skip to content

Commit 58ad296

Browse files
Bump goblint-cil (c.f. goblint/cil#184)
1 parent a92c8e7 commit 58ad296

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

goblint.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
102102
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
103103
pin-depends: [
104104
# published goblint-cil 2.0.6 is currently up-to-date, but pinned for reproducibility
105-
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#8385ab315bc7461f6801af57673c64731bfa036a" ]
105+
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#c0b10d1848223a67de45ef608f4e05c082977ac1" ]
106106
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
107107
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
108108
]

goblint.opam.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ post-messages: [
143143
pin-depends: [
144144
[
145145
"goblint-cil.2.0.6"
146-
"git+https://github.com/goblint/cil.git#8385ab315bc7461f6801af57673c64731bfa036a"
146+
"git+https://github.com/goblint/cil.git#c0b10d1848223a67de45ef608f4e05c082977ac1"
147147
]
148148
[
149149
"apron.v0.9.15"

goblint.opam.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
44
pin-depends: [
55
# published goblint-cil 2.0.6 is currently up-to-date, but pinned for reproducibility
6-
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#8385ab315bc7461f6801af57673c64731bfa036a" ]
6+
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#c0b10d1848223a67de45ef608f4e05c082977ac1" ]
77
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
88
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
99
]

0 commit comments

Comments
 (0)