anki/rslib/i18n
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
..
build fix new clippy warning 2021-08-22 15:32:46 +10:00
cargo Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
src avoid extra allocation in replacement 2021-10-01 14:43:38 +10:00
BUILD.bazel check for missed dbg!() statements 2021-12-14 09:05:14 +10:00
Cargo.toml update to edition 2021 2021-11-18 20:51:10 +10:00