From 6f68edb3a28a81b704c575ea24666d3dda3bef64 Mon Sep 17 00:00:00 2001 From: nazo6 Date: Mon, 6 Jan 2025 17:40:44 +0900 Subject: [PATCH] Disable default feature of Inflector --- nrf-softdevice-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrf-softdevice-macro/Cargo.toml b/nrf-softdevice-macro/Cargo.toml index 929ee60d..d8160514 100644 --- a/nrf-softdevice-macro/Cargo.toml +++ b/nrf-softdevice-macro/Cargo.toml @@ -14,7 +14,7 @@ syn = { version = "1.0.39", features = ["full", "extra-traits"] } quote = "1.0.7" darling = "0.13.4" proc-macro2 = "1.0.18" -Inflector = "0.11.4" +Inflector = { version = "0.11.4", default-features = false } uuid = "1.2.2" [lib]