Skip to content

Manifest: fix zarith version

Romain requested to merge nomadic-labs/tezos:romain-zarith-version into master

What

This MR adds a v.

This MR was extracted from !12004 (original author: @raphael-proust ).

Why

Because the version numbers of zarith_stubs_js start with a v.

Note that the version number in the lock file already starts with a v. So there is no need to update tezos/opam-repository.

I think that opam choosing the version we asked for may have been sheer luck.

How

By adding a v. And then running make -C manifest.

Manually testing the MR

Check the CI.

Also, check that scripts/update_opam_lock.sh returns an empty diff.

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.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Romain

Merge request reports