You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When crates/wildbg-c/src/lib.rs is changed, then typically crates/wildbg-c/wildbg.h needs to be updated as well. The CI should check this and run cbindgen whenever unit tests and linting are checked.
The command used for that should probably be the one currently mentioned in lib.rs: cbindgen --config cbindgen.toml --crate wildbg-c --output crates/wildbg-c/wildbg.h --lang c
The text was updated successfully, but these errors were encountered:
When
crates/wildbg-c/src/lib.rs
is changed, then typicallycrates/wildbg-c/wildbg.h
needs to be updated as well. The CI should check this and runcbindgen
whenever unit tests and linting are checked.The command used for that should probably be the one currently mentioned in
lib.rs
:cbindgen --config cbindgen.toml --crate wildbg-c --output crates/wildbg-c/wildbg.h --lang c
The text was updated successfully, but these errors were encountered: