forked from AbleOS/ableos_userland
bincode work
This commit is contained in:
parent
eca27c5651
commit
08fb866805
|
@ -10,6 +10,4 @@ serde = { version = "1.0", default-features = false, features = [
|
||||||
"derive",
|
"derive",
|
||||||
"alloc",
|
"alloc",
|
||||||
] }
|
] }
|
||||||
bincode = { version = "1.3.3", default-features = false, features = [
|
bincode = { version = "1.3.3", default-features = false, features = ["alloc"] }
|
||||||
"serde_no_std",
|
|
||||||
] }
|
|
||||||
|
|
Loading…
Reference in a new issue