anki/rslib/linkchecker
Damien Elmes 89bce6d829 Update Rust deps; pin Tokio
Tokio has had to be pinned, because the 1.17 release introduces
a dependency on windows_sys, which fails to build on Windows on
Bazel.

The issue appears to be the build script of a subcrate - it is using
CARGO_MANIFEST_DIR to update the linking path so windows.lib can be
found (it's contained in that crate), but the path is set incorrectly.

dfc25285a2/crates/targets/x86_64_msvc/build.rs

One way we might be able to work around it is to add to the link path
in our own build script.
2022-02-25 17:10:47 +10:00
..
cargo Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
src move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
tests Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
BUILD.bazel move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
Cargo.toml move linkchecker into separate crate 2021-12-20 17:27:43 +10:00