Skip to content
Snippets Groups Projects
Verified Commit 7e731e0b authored by Tom Almeida's avatar Tom Almeida
Browse files

Made sure lazy_static works with no_std

parent c7bdd31a
No related branches found
No related tags found
1 merge request!136Fixing some things in stdio
...@@ -10,7 +10,7 @@ cbindgen = { path = "../../cbindgen" } ...@@ -10,7 +10,7 @@ cbindgen = { path = "../../cbindgen" }
[dependencies] [dependencies]
errno = { path = "../errno"} errno = { path = "../errno"}
fcntl = { path = "../fcntl" } fcntl = { path = "../fcntl" }
lazy_static = "*" lazy_static = { version = "*", features = ["nightly", "spin_no_std"] }
platform = { path = "../platform" } platform = { path = "../platform" }
ralloc = { path = "../../ralloc" } ralloc = { path = "../../ralloc" }
string = { path = "../string" } string = { path = "../string" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment