Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Fuchsia OS
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hacrwang
Fuchsia OS
Commits
56e176cd
Commit
56e176cd
authored
7 years ago
by
Taylor Cramer
Browse files
Options
Downloads
Patches
Plain Diff
[rust] Update docs for changes to third_party/rust-crates
Change-Id: I67c259d5ba8e7707986b5a7ed6400356d35418d1
parent
59153884
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
development/languages/rust/third_party.md
+13
-0
13 additions, 0 deletions
development/languages/rust/third_party.md
with
13 additions
and
0 deletions
development/languages/rust/third_party.md
+
13
−
0
View file @
56e176cd
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment