Skip to content

Commit d8d2de4

Browse files
authored
Merge pull request #1914 from king6cong/master
fix member path
2 parents b23226f + 4cd75a6 commit d8d2de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/1525-cargo-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ configuration necessary, are:
256256
```toml
257257
# crates/crate1/Cargo.toml
258258
[package]
259-
workspace = "../root"
259+
workspace = "../../root"
260260
```
261261

262262
```toml
263263
# crates/crate2/Cargo.toml
264264
[package]
265-
workspace = "../root"
265+
workspace = "../../root"
266266
```
267267

268268
Projects like the compiler will likely need exhaustively explicit configuration.

0 commit comments

Comments
 (0)