Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HACKING_QUICKSTART.md #27014

Merged
merged 1 commit into from Jun 22, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update HACKING_QUICKSTART.md

Fix #27012
  • Loading branch information
paulrouget committed Jun 22, 2020
commit 18f35c795739769835daa4d85ebab39e43a67049
@@ -119,14 +119,14 @@ Both information can be found using, in this example, `/mach cargo pkgid mozjs_s
If the output is in the format `https://github.com/servo/mozjs#mozjs_sys:0.0.0`, you are dealing with a git dependency and you will have to edit the `~/my-projects/servo/Cargo.toml` file and add at the bottom:

``` toml
[replace]
[patch]
"https://github.com/servo/mozjs#mozjs_sys:0.0.0" = { path = '../mozjs' }
```

If the output is in the format `https://github.com/rust-lang/crates.io-index#mozjs_sys#0.0.0`, you are dealing with a crates.io dependency and you will have to edit the `~/my-projects/servo/Cargo.toml` in the following way:

``` toml
[replace]
[patch]
"mozjs_sys:0.0.0" = { path = '../mozjs' }
```

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.