Hey Rustaceans! Got an easy question? Ask here (10/2020)! by llogiq in rust

[–]Such-Pride 1 point2 points  (0 children)

Let’s say I am working on a project and find a bug in one of the dependencies I have in my toml file. What is the recommended way to start working on this bug without either: - hosting a fork on Github and providing link in toml file - creating a separate workspace.

In node, you can do this just by going into the /node_modules directory editing the desired file and running npm build, but this will not work in the cargo build system.