Fixed dependency and linking errors

This commit is contained in:
mingxguo27
2020-09-15 11:11:47 +00:00
parent 69a440fddb
commit 6edf67ee2c
4 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
edition = "2018"
[dependencies]
libtock_core = { path = "../../third_party/libtock-rs/core", default-features = false, features = ["alloc_init", "custom_panic_handler", "custom_alloc_error_handler"] }
libtock_core = { path = "../../third_party/libtock-rs/core", default-features = false, features = ["custom_panic_handler", "custom_alloc_error_handler"] }
libtock_drivers = { path = "../libtock-drivers" }
linked_list_allocator = { version = "0.8.1", default-features = false }