Skip to content
Snippets Groups Projects
  • Georges Racinet's avatar
    ff013182
    RHGitaly: updating hg-core to version 6.6.1 · ff013182
    Georges Racinet authored
    - using the node id rather than the tag in `mercurial.rev`,
      to dodge the usual problems with tags
    - had to pin down the new `toml` dependency and the `serde_spanned`
      it brings because MSRV of serde_spanned 0.6.5 is 1.67.0
    - a few into() were needed due to the introduction of `UncheckedRevision`.
      Mostly because we get `Revision` from nodemap calls. Perhaps this
      can be simplified later on. This is expected to be 0-cost anyway.
    ff013182
    History
    RHGitaly: updating hg-core to version 6.6.1
    Georges Racinet authored
    - using the node id rather than the tag in `mercurial.rev`,
      to dodge the usual problems with tags
    - had to pin down the new `toml` dependency and the `serde_spanned`
      it brings because MSRV of serde_spanned 0.6.5 is 1.67.0
    - a few into() were needed due to the introduction of `UncheckedRevision`.
      Mostly because we get `Revision` from nodemap calls. Perhaps this
      can be simplified later on. This is expected to be 0-cost anyway.