Skip to content

Commit

Permalink
Merge pull request rust-lang#1914 from king6cong/master
Browse files Browse the repository at this point in the history
fix member path
  • Loading branch information
alexcrichton authored Feb 21, 2017
2 parents b23226f + 4cd75a6 commit d8d2de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/1525-cargo-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,13 @@ configuration necessary, are:
```toml
# crates/crate1/Cargo.toml
[package]
workspace = "../root"
workspace = "../../root"
```

```toml
# crates/crate2/Cargo.toml
[package]
workspace = "../root"
workspace = "../../root"
```

Projects like the compiler will likely need exhaustively explicit configuration.
Expand Down

0 comments on commit d8d2de4

Please sign in to comment.