fix member path

This commit is contained in:
king6cong 2017-02-21 18:14:17 +08:00
parent b23226facc
commit 4cd75a6f82
1 changed files with 2 additions and 2 deletions

View File

@ -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.