1
0
Fork 0

compiler, cc, log deps

This commit is contained in:
Simon Renblad 2024-08-05 13:17:41 +08:00
parent 57604acf93
commit 313662b196
4 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@ target_kasli_soc = ["libboard_zynq/target_kasli_soc", "libsupport_zynq/target_ka
default = ["target_zc706"]
[dependencies]
log = "0.4"
log = "=0.4.14"
embedded-hal = "0.2"
libregister = { path = "../libregister" }
libcortex_a9 = { path = "../libcortex_a9" }

View File

@ -18,7 +18,7 @@ bit_field = "0.10"
embedded-hal = "0.2"
nb = "0.1"
void = { version = "1", default-features = false }
log = "0.4"
log = "0.4.14"
libregister = { path = "../libregister" }
libcortex_a9 = { path = "../libcortex_a9" }
libasync = { path = "../libasync" }

View File

@ -6,9 +6,10 @@ edition = "2021"
[dependencies]
libboard_zynq = { path = "../libboard_zynq" }
<<<<<<< HEAD
core_io = { version = "0.1", features = ["collections"] }
fatfs = { version = "0.3", features = ["core_io"], default-features = false }
log = "0.4"
log = "=0.4.14"
[features]
target_zc706 = []

View File

@ -19,11 +19,11 @@ default = ["panic_handler", "dummy_irq_handler", "dummy_fiq_handler"]
[dependencies]
r0 = "1"
compiler_builtins = "=0.1.39"
compiler_builtins = "=0.1.49"
linked_list_allocator = { version = "0.8", default-features = false, features = ["const_mut_refs"] }
libregister = { path = "../libregister" }
libcortex_a9 = { path = "../libcortex_a9" }
libboard_zynq = { path = "../libboard_zynq" }
[build-dependencies]
cc = { version = "1.0" }
cc = { version = "=1.0.73" }