Update embassy

This commit is contained in:
Dario Nieuwenhuis
2021-03-02 21:20:00 +01:00
parent f100383b3c
commit 9bee576fd2
12 changed files with 32 additions and 21 deletions

View File

@ -11,11 +11,10 @@ defmt-debug = []
defmt-info = []
defmt-warn = []
defmt-error = []
defmt = [ "dep:defmt", "smoltcp/defmt" ]
[dependencies]
defmt = { version = "0.1.3", optional = true }
defmt = { version = "0.2.0", optional = true }
log = { version = "0.4.11", optional = true }
embassy = { version = "0.1.0" }