Guides
Short fixes for problems I have hit, each checked against the versions it names.
Matching guides
1 of 2
-
cargo build fails but cargo test passes: could not find net in actix_rt
After a dependency bump, a plain cargo build stopped with could not find net in actix_rt while cargo test kept passing. actix-server 2.8.0 never asks for the actix-rt features it needs, and updating it to 2.9.5, which does, fixes the build.