]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #98411 - ehuss:update-tendril, r=Mark-Simulacrum
authorYuki Okushi <jtitor@2k36.org>
Fri, 24 Jun 2022 07:43:48 +0000 (16:43 +0900)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 07:43:48 +0000 (16:43 +0900)
commitd26b03c429699eda669175a0f1e69fb9e664ad7d
tree32ec09c72f314d9cc04503e5f3692133607c4b90
parentf3078d0f44b07a2e47130846f7f3c7f21a09217f
parent04b75a72d7b2f375aa05e26c804c6e8d2395011e
Rollup merge of #98411 - ehuss:update-tendril, r=Mark-Simulacrum

Update tendril

The 0.4.1 version of `tendril` (used by mdbook) triggers the `unaligned_references` lint which is now reported as a future-compatibility warning as of #95372. This updates it to 0.4.3 which does not trigger the warning. This update also triggered the update of `futf` from 0.1.4 to 0.1.5.

tendril changes: https://github.com/servo/tendril/compare/v0.4.1...v0.4.3
futf changes: https://github.com/servo/futf/compare/v0.1.4...v0.1.5
Cargo.lock