|
@@ -14,5 +14,4 @@ lazy_static = { version = "*", features = ["nightly", "spin_no_std"] }
|
|
|
platform = { path = "../platform" }
|
|
|
ralloc = { path = "../../ralloc", default-features = false }
|
|
|
string = { path = "../string" }
|
|
|
-stdlib = { path = "../stdlib" }
|
|
|
va_list = { path = "../../va_list", features = ["no_std"] }
|