Skip to content

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

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

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

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|48 col 28| error[E0433]: failed to resolve: use of undeclared crate or module embuild
--> libcoap-sys/build.rs:48:28
|
48 | 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|386 col 77| warning: use of deprecated constant bindgen::CargoCallbacks: Use CargoCallbacks::new() instead. Please, check the documentation for further information.
--> libcoap-sys/build.rs:386:77
|
386 | bindgen_builder = bindgen_builder.parse_callbacks(Box::new(bindgen::CargoCallbacks));
| ^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default

Annotations

Check failure on line 48 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#L48

error[E0433]: failed to resolve: use of undeclared crate or module `embuild`
  --> libcoap-sys/build.rs:48:28
   |
48 |     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:48:28:e:error[E0433]: failed to resolve: use of undeclared crate or module `embuild`
  --> libcoap-sys/build.rs:48:28
   |
48 |     let esp_include_path = embuild::build::CInclArgs::try_from_env("ESP_IDF").unwrap();
   |                            ^^^^^^^ use of undeclared crate or module `embuild`


__END__