From ac59becf7860111ad7032f44649dc6b10633b504 Mon Sep 17 00:00:00 2001 From: Haobo Gu Date: Sun, 22 Dec 2024 23:12:00 +0800 Subject: [PATCH] fix: fix template Signed-off-by: Haobo Gu --- nrf52840_split/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrf52840_split/Cargo.toml b/nrf52840_split/Cargo.toml index c4d275c..bddf8d4 100644 --- a/nrf52840_split/Cargo.toml +++ b/nrf52840_split/Cargo.toml @@ -36,7 +36,7 @@ defmt-rtt = "0.4" panic-probe = { version = "0.3", features = ["print-defmt"] } [patch.crates-io] -nrf-softdevice = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-softdevice", rev = "d5f023b"} +nrf-softdevice = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-softdevice", rev = "b53991e"} [build-dependencies] xz2 = "0.1.7"