diff --git a/nrf-softdevice-macro/Cargo.toml b/nrf-softdevice-macro/Cargo.toml index 929ee60..d816051 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]