Bug 1748809 - Document how to update Cargo.lock after adding gecko-profiler rust crate r=aabh,profiler-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D222294
This commit is contained in:
Nazım Can Altınova 2024-09-16 17:08:55 +00:00
parent d1ae47b9d6
commit 26a98a7ba5

View File

@ -34,6 +34,9 @@ To be able to include it, a new dependency entry needs to be added to the projec
Note that the relative path needs to be updated depending on the project's location
in mozilla-central.
After updating ``Cargo.toml``, ``cargo update -p gkrust-shared`` needs to be
executed to update the ``Cargo.lock`` file.
Registering Threads
-------------------