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
cd build/rust
make uninstall
cd ../../src/rust
git pull
cd ../../build/rust
make
make install
However, in some cases this procedure does not work because stale libraries from older builds aren't removed, and an error arises stating that there are multiple possible builds.
The text was updated successfully, but these errors were encountered:
Updated config value name in change log for 1.54
Hey, I've noticed that the change log for 1.54 references the avoid_breaking_exported_api configuration with its Rust name, not the name it actually has in the config file. This should fix it for everyone, as the blog post references our change log on the master branch. Just a very small PR xD
changelog: none
(This is the change log xD)
r? `@flip1995`
The following procedure should work:
However, in some cases this procedure does not work because stale libraries from older builds aren't removed, and an error arises stating that there are multiple possible builds.
The text was updated successfully, but these errors were encountered: