Skip to content

Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32) #80

Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32)

Update libcoap to 4.3.5, bump dependencies, improve linking (incl. ESP32) #80

GitHub Actions / clippy (libcoap-sys) completed Jun 13, 2024 in 0s

reviewdog [clippy (libcoap-sys)] report

reported by reviewdog 🐶

Findings (1)

libcoap-sys/build.rs|50 col 32| error[E0433]: failed to resolve: use of undeclared crate or module embuild
--> libcoap-sys/build.rs:50:32
|
50 | let esp_include_path = embuild::build::CInclArgs::try_from_env("ESP_IDF").unwrap();
| ^^^^^^^ use of undeclared crate or module embuild

Filtered Findings (1)

libcoap-sys/build.rs|395 col 77| warning: use of deprecated constant bindgen::CargoCallbacks: Use CargoCallbacks::new() instead. Please, check the documentation for further information.
--> libcoap-sys/build.rs:395:77
|
395 | bindgen_builder = bindgen_builder.parse_callbacks(Box::new(bindgen::CargoCallbacks));
| ^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default

Annotations

Check failure on line 50 in libcoap-sys/build.rs

See this annotation in the file changed.

@github-actions github-actions / clippy (libcoap-sys)

[clippy (libcoap-sys)] libcoap-sys/build.rs#L50

error[E0433]: failed to resolve: use of undeclared crate or module `embuild`
  --> libcoap-sys/build.rs:50:32
   |
50 |         let esp_include_path = embuild::build::CInclArgs::try_from_env("ESP_IDF").unwrap();
   |                                ^^^^^^^ use of undeclared crate or module `embuild`
Raw output
libcoap-sys/build.rs:50:32:e:error[E0433]: failed to resolve: use of undeclared crate or module `embuild`
  --> libcoap-sys/build.rs:50:32
   |
50 |         let esp_include_path = embuild::build::CInclArgs::try_from_env("ESP_IDF").unwrap();
   |                                ^^^^^^^ use of undeclared crate or module `embuild`


__END__