Update lots of deps
This commit is contained in:
@ -38,20 +38,20 @@ embassy = { version = "0.1.0", path = "../embassy" }
|
||||
embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["nrf"]}
|
||||
embassy-hal-common = {version = "0.1.0", path = "../embassy-hal-common" }
|
||||
|
||||
defmt = { version = "0.2.0", optional = true }
|
||||
log = { version = "0.4.11", optional = true }
|
||||
defmt = { version = "0.2.3", optional = true }
|
||||
log = { version = "0.4.14", optional = true }
|
||||
cortex-m-rt = ">=0.6.15,<0.8"
|
||||
cortex-m = "0.7.1"
|
||||
embedded-hal = { version = "0.2.4" }
|
||||
embedded-dma = { version = "0.1.2" }
|
||||
futures = { version = "0.3.5", default-features = false }
|
||||
cortex-m = "0.7.3"
|
||||
embedded-hal = "0.2.6"
|
||||
embedded-dma = "0.1.2"
|
||||
futures = { version = "0.3.17", default-features = false }
|
||||
critical-section = "0.2.1"
|
||||
rand_core = "0.6.3"
|
||||
|
||||
nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ]}
|
||||
nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
|
||||
|
Reference in New Issue
Block a user