Skip to content

Commit 18c5008

Browse files
committed
fup: nrf now requires alloc
1 parent 20e0bcd commit 18c5008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nrf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rand_core = "0.9"
4646
static_cell = "2.1"
4747

4848
openthread = { path = "../../openthread", features = ["udp", "srp", "embassy-net-driver-channel", "embassy-nrf", "defmt"] }
49-
tinyrlibc = { version = "0.5", default-features = false, features = ["strstr", "strcmp", "isupper", "utoa", "strtoul"] }
49+
tinyrlibc = { version = "0.5", default-features = false, features = ["alloc", "strstr", "strcmp", "isupper", "utoa", "strtoul"] }
5050

5151
[[bin]]
5252
path = "./src/bin/basic_enet.rs"

0 commit comments

Comments
 (0)