mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
A dependency on compiler_builtins is now automatically injected (#426)
This commit is contained in:
committed by
GitHub
parent
6d0f103c16
commit
dcf8b7767c
6
Xargo.toml
Normal file
6
Xargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[dependencies.core]
|
||||
stage = 0
|
||||
|
||||
[dependencies.compiler_builtins]
|
||||
features = ["mem"]
|
||||
stage = 1
|
||||
Reference in New Issue
Block a user