anki/pylib/rsbridge
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
.gitignore rspy -> pylib/rsbridge 2020-11-02 15:21:12 +10:00
BUILD.bazel update to Rust 1.57 + latest rules_rust 2021-12-03 20:35:52 +10:00
build.rs update Rust deps 2021-10-02 20:42:03 +10:00
Cargo.toml update Rust deps 2021-11-18 20:58:41 +10:00
lib.rs rework backend codegen to support multiple services; split out sched 2021-03-11 14:51:29 +10:00