-
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.
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.