Skip to content

Commit e4a0709

Browse files
committed
sail: bump ocaml version to 4.14.2
This will be needed for rems-project/sail#932
1 parent b529760 commit e4a0709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycheribuild/projects/sail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class OpamMixin(_MixinBase):
5454

5555
def __init__(self, *args, **kwargs):
5656
super().__init__(*args, **kwargs)
57-
self.required_ocaml_version = "4.13.1"
57+
self.required_ocaml_version = "4.14.2"
5858
self.__using_correct_switch = False
5959
self.__ignore_switch_version = False
6060

0 commit comments

Comments
 (0)