Merge branch 'fix_standalone_driver_network' into 'master'
Fix standalone compilation of driver-network See merge request redox-os/drivers!236
This commit is contained in:
@@ -6,4 +6,4 @@ edition = "2021"
|
||||
[dependencies]
|
||||
libredox = "0.1.3"
|
||||
redox-scheme = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }
|
||||
redox_syscall = "0.5"
|
||||
redox_syscall = { version = "0.5", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user