You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdbook@0.4.40 ignores rust-toolchain when running rustdoc.
This is problematic when running mdbook test -L PATH where PATH contains compiled crates -- likely compiled in a way that doesn't ignore rust-toolchain.
mdbook@0.4.37 is still fine.
Steps
Let me know if you need actual repro steps. I used our own repository. See the CI runs on the commits of linera-io/linera-documentation#171