polkadot-developers / substrate-docs

Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
https://docs.substrate.io
BSD Zero Clause License
129 stars 271 forks source link

Explain github dependancies and best practices #180

Open nuke-web3 opened 3 years ago

nuke-web3 commented 3 years ago

We need a dedicated place on devhub outlining how to navigate "dependency hell" in Substrate, as versioning is the primary issue for most if you are not careful.

dkrizhanovskyi commented 1 month ago

Hello! I would like to contribute to this task by creating detailed documentation on managing dependencies in Substrate projects, including best practices for working with Cargo.toml and Cargo.lock. I plan to cover dependency versioning issues and provide guidelines on updating dependencies with cargo update. Please let me know if you have any specific requirements or suggestions before I start.

Thank you!