Update Cargo.toml to allow build under NetBSD#4349
Conversation
rquickjs does not ship pre-generated bindings for NetBSD. Generate them. Same true for FreeBSD, OpenBSD and DragonFly.
|
Thanks @ci4ic4 for taking the time to contribute. This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered. Please read |
rquickjs ships no pre-generated bindings for NetBSD, so the advertised build fails trying to include a nonexistent bindings file. Enable the bindgen feature for the NetBSD target, mirroring the Android arm directly above. The explanatory comment is corrected from the Android copy it was pasted from. Harvested from PR #4349 by @ci4ic4 Co-authored-by: Chavdar Ivanov <6495973+ci4ic4@users.noreply.github.com>
Summarize the underwater interaction system, treatment/motion independence, compact-room fixes, footer notice ownership, ASCII tier, and localization parity work in the 0.8.68 changelog section, and credit the harvested community work: Korean locale (PR #4347 @moduvoice), Anthropic schema sanitization (PR #4346 @qinlinwang), Anthropic cache-write pricing (PR #4348 @knqiufan), NetBSD bindgen (PR #4349 @ci4ic4), and the #4208 copy-pollution report (@eugenicum).
|
Thanks @ci4ic4 — your contribution landed in
Closing this PR now that the code is on If you want to land more work and would prefer your future PRs merge cleanly without a harvest step, the |
rquickjs does not ship pre-generated bindings for NetBSD. Generate them.
Same true for FreeBSD, OpenBSD and DragonFly.
Summary
Testing
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-featurescargo test --workspace --all-featuresChecklist