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",
|
||||
"alloc",
|
||||
] }
|
||||
bincode = { version = "1.3.3", default-features = false, features = [
|
||||
"serde_no_std",
|
||||
] }
|
||||
bincode = { version = "1.3.3", default-features = false, features = ["alloc"] }
|
||||
|
|
Loading…
Reference in a new issue