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
* Add rust toolchain file
* Determine rust version by checking the top level toolchain file. Remove overrides.
* Remove explicit overrides and target installation from workflows.
* Remove from macOS build docs any language about installing specific rust toolchains or setting overrides. We're relying on the toolchain file and rustup to quietly install and use the toolchain(s) specified by the toolchain file.
* Always re-install wasm-bindgen if the currently installed version is out-of-date
* e submodule invokes the 'rustup-set-version' target, but it is not needed now that we have the toolchain file. Leave this target in for now so that we don't break the build. We can clean it up later.
* Remove target that install wasm toolchain. It is no longer necessary.
* Fix awk expression that extracts rust version from the toolchain file.
* Fix comment and remove explicit rust toolchain install from lint workflow
* We still need to ensure that rustfmt and clippy are installed on machine that runs rust lint.
0 commit comments