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
Currently we doesn't pay much attention on when should the bindings being regenerated and when should the project being build. For example we need to take care of the pkg_confg::Config::env_var.
The text was updated successfully, but these errors were encountered:
Blocked on the issue: rust-lang/cargo#7432
Currently the project rebuilds constantly, the problem is my rust-analyzer uses cargo watch, and I uses cargo run with a different environment variable.
Currently we doesn't pay much attention on when should the bindings being regenerated and when should the project being build. For example we need to take care of the
pkg_confg::Config::env_var
.The text was updated successfully, but these errors were encountered: