Skip to content

Commit 6601cab

Browse files
Remove final nursery reference
1 parent f553fb2 commit 6601cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/cargo-and-crates-io/cargo-workspaces-for-multi-package-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ is a *workspace* that contains many related packages:
2121

2222
and more.
2323

24-
[the `futures` package]: https://github.com/rust-lang-nursery/futures-rs
24+
[the `futures` package]: https://github.com/rust-lang/futures-rs
2525

2626
Workspaces allow these packages to be developed individually, but they share
2727
a single set of dependencies, and therefore have a single target directory

0 commit comments

Comments
 (0)