infinyon / node-bindgen

Easy way to write Node.js module using Rust
Apache License 2.0
507 stars 43 forks source link

Find library names with auto-converted dash to underscore #294

Closed ThoFrank closed 3 months ago

ThoFrank commented 4 months ago

nj-cli failed on nightly toolchain because a dash was converted to an underscore in the cdylib target name. This change was introduced in cargo by this PR

Tested the change on nightly and stable.

sehz commented 4 months ago

clippy failure, probably need to update to latest rust

ThoFrank commented 3 months ago

I created a second pr because the clippy warnings seem to be completely unrelated