Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32) #74
GitHub Actions / clippy (libcoap-rs)
succeeded
Jun 13, 2024 in 0s
reviewdog [clippy (libcoap-rs)] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
libcoap-sys/build.rs|389 col 77| warning: use of deprecated constant bindgen::CargoCallbacks
: Use CargoCallbacks::new()
instead. Please, check the documentation for further information.
--> libcoap-sys/build.rs:389:77
|
389 | bindgen_builder = bindgen_builder.parse_callbacks(Box::new(bindgen::CargoCallbacks));
| ^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)]
on by default
Loading