Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rust-toolchain file and replace cargo with rustup
- Avoid issue of compiling project with an older version of compiler and getting error due to new API such as `Option::as_deref`. - Will download and use binaries from rust-lang.org based on specified version in rust-toolchain. This avoid the issue that compiler loads plugin using different versions of glibc/ld than the ones used to produce the plugin. See rust-lang/rust#58394
- Loading branch information