Guides

Short fixes for problems I have hit, each checked against the versions it names.

Find a fix

Narrow the list: pick a technology, then a version, then the error you see. Pick any to skip a step.

Version

Matching guides

1 of 2

  1. 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.

    deep checked actix-server 2.8.0 · actix-rt 2.14 and newer · Cargo rust · cargo · dependencies · features