Rebuilding a dependency
โ Rust ๐ 2025-07-30 ๐ค surdeus ๐๏ธ 10Sometimes I have to add debug code to one of my dependencies during development. But cargo doesnโt autodetect changes in cargo registry and automatically recompile the project when I do that. Iโve tried deleting target/debug/deps/dep-name-* files but it doesnโt work. I know I can temporarily point the project to a local clone of that dependency but I was wondering if anyone else has found an easier way of doing this.
2 posts - 2 participants
๐ท๏ธ Rust_feed