jonas-schievink / rubble

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

Use `log` from crates.io #46

Closed jonas-schievink closed 5 years ago

jonas-schievink commented 5 years ago

We're currently depending on a git version of log because I wanted to pull in https://github.com/rust-lang-nursery/log/pull/325 for thumbv6 compatibility (which for unrelated reasons isn't there yet - see https://github.com/jonas-schievink/rubble/issues/25).

Once a new version of log has been published we should switch to that.