Skip to content

Commit 7b6851a

Browse files
committed
Make colibri2 compatible with ocaml 5.1.0
1 parent 112c22d commit 7b6851a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

encoding.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ build: [
3838
dev-repo: "git+https://github.com/formalsec/encoding.git"
3939
available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
4040
pin-depends: [
41-
[ "colibri2.master" "git+https://git.frama-c.com/pub/colibrics.git#master"]
42-
[ "colibrilib.master" "git+https://git.frama-c.com/pub/colibrics.git#master"]
41+
[ "colibri2.5.1.0" "https://git.frama-c.com/pub/colibrics.git#5.1.0"]
4342
]

encoding.opam.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
22
pin-depends: [
3-
[ "colibri2.master" "https://git.frama-c.com/pub/colibrics.git#master"]
3+
[ "colibri2.5.1.0" "https://git.frama-c.com/pub/colibrics.git#5.1.0"]
44
]

0 commit comments

Comments
 (0)