The source project of this merge request has been removed.
Upgrade the default rust toolchain from 1.36.0 to 1.44.1
When trying to install any crate that references the rust bytes crate I get the following error: error[E0658]: naming constants with _ is unstable. This appears to have been fixed in later rust toolchains. This change upgrades the rust toolchain to the latest stable release.