Skip to content
Snippets Groups Projects
Commit 56e176cd authored by Taylor Cramer's avatar Taylor Cramer
Browse files

[rust] Update docs for changes to third_party/rust-crates

Change-Id: I67c259d5ba8e7707986b5a7ed6400356d35418d1
parent 59153884
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,18 @@ the following steps.
1. Reference the crates you need in your manifest file;
1. Run the commands listed above.
1. Merge the change into [third_party/rust-crates][3p-crates].
1. In your garnet change, update the git revision of third_party/rust-crates in
[garnet/manifest/third_party][3p-manifest]:
```
<project name="rust-crates"
path="third_party/rust-crates"
remote="https://fuchsia.googlesource.com/third_party/rust-crates"
revision="<YOUR_NEW_REVISION_HERE>"
gerrithost="https://fuchsia-review.googlesource.com"/>
```
Linking to a native library is not currently supported.
......@@ -59,5 +71,6 @@ Linking to a native library is not currently supported.
[3p-crates]: https://fuchsia.googlesource.com/third_party/rust-crates/+/master/vendor "Third-party crates"
[3p-manifest]: https://fuchsia.googlesource.com/garnet/+/master/manifest/third_party "Third-party manifest for Garnet"
[source-replacement]: http://doc.crates.io/source-replacement.html "Source replacement"
[jiri-manifest]: https://fuchsia.googlesource.com/manifest/+/master/runtimes/rust "Jiri manifest"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment