summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-03 20:43:26 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-03 20:43:26 +0100
commitaf8a6b1cfa5d952f283ec29272aba4dfcc275d9c (patch)
treec8edca372a4d89980a95368e415d4b33e43d57fc /Cargo.toml
parent787543583ecb5ea7c0df1f10d6723fb76de16593 (diff)
downloadnrf-softdevice-af8a6b1cfa5d952f283ec29272aba4dfcc275d9c.zip
Switch to released defmt version.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c68c24a..a00e7f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,12 +21,9 @@ exclude = [
]
[patch.crates-io]
-anyfmt = { git = "https://github.com/akiles/embassy" }
embassy = { git = "https://github.com/akiles/embassy" }
embassy-nrf = { git = "https://github.com/akiles/embassy" }
embassy-macros = { git = "https://github.com/akiles/embassy" }
-defmt = { git = "https://github.com/Dirbaio/defmt", rev="23b2cfd9fe5481d6845f848f86b4ca0b5cfdb827" }
-defmt-macros = { git = "https://github.com/Dirbaio/defmt", rev="23b2cfd9fe5481d6845f848f86b4ca0b5cfdb827" }
[profile.dev]
codegen-units = 1