Manifest: Bump the lower-bound of re to 1.10.0
What
Bumps the lower-bound of re to 1.10.0
Why
With re.1.9.0 the compilation fails with
File "src/lib_wasm_debugger/profiling.ml", line 417, characters 15-31:
417 | let* fct = Re.Group.get_opt call 1 in
^^^^^^^^^^^^^^^^
Error: Unbound value Re.Group.get_opt
How
The lower-bound is changed from 1.9.0 to 1.10.0. This version includes Re.Group.get_opt
Manually testing the MR
- Install
re.1.9.0, compilation should fail - Install
re.1.10.0, now it passes
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Killian Delarue