Skip to content

Commit 0d0ce0e

Browse files
committed
Third-party crates: reword to mention that the alloc fork is now gone
See the previous commit as well. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 407fec4 commit 0d0ce0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Third-party-crates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Therefore, in general, whether a third-party crate is suitable for the kernel ne
2222

2323
## Importing crates
2424

25-
The kernel currently integrates some dependencies (e.g. some of the compression algorithms or our Rust `alloc` fork) by importing the files into its source tree, adapted as needed. In other words, they are not fetched/patched on demand.
25+
The kernel currently integrates some dependencies (e.g. some of the compression algorithms or, in older releases, our Rust `alloc` fork) by importing the files into its source tree, adapted as needed. In other words, they are not fetched/patched on demand.
2626

2727
There have been discussions about potentially incorporating a system where crates/libraries are fetched dynamically given a list of crates, versions, hashes, etc.; however, it remains to be seen whether such a system would be preferred and accepted.
2828

0 commit comments

Comments
 (0)