jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
397 stars 56 forks source link

Crates dependant on Rubble have a log buffer overflow #58

Closed fmckeogh closed 5 years ago

fmckeogh commented 5 years ago

panicked at 'log buffer overflow: failed to grant 1 Bytes (0 available)'

This panic occurs when a crate depending on Rubble, having enabled the log feature in the Cargo.toml, does not use --features="log" when building it.