RHGitaly: updating hg-core to version 6.6.1
- 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.
parent
da1e5a49
No related branches found
No related tags found
Showing
- rust/Cargo.lock 121 additions, 20 deletionsrust/Cargo.lock
- rust/mercurial.rev 1 addition, 1 deletionrust/mercurial.rev
- rust/rhgitaly/src/mercurial.rs 1 addition, 1 deletionrust/rhgitaly/src/mercurial.rs
- rust/rhgitaly/src/message.rs 1 addition, 1 deletionrust/rhgitaly/src/message.rs
- rust/rhgitaly/src/service/commit.rs 1 addition, 1 deletionrust/rhgitaly/src/service/commit.rs
Loading
Please register or sign in to comment